We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c86f8e commit 9e2a09aCopy full SHA for 9e2a09a
utility/src/iop_file_interface.cpp
@@ -49,7 +49,7 @@ namespace isobus
49
std::size_t seed = length;
50
std::stringstream stream;
51
52
- for(; length > 0; --length, ++iopData)
+ for (; length > 0; --length, ++iopData)
53
{
54
std::uint32_t x = *iopData;
55
x = ((x >> 16) ^ x) * 0x45d9f3b;
0 commit comments