Skip to content

Commit 9e2a09a

Browse files
committed
Fix formatting
1 parent 5c86f8e commit 9e2a09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utility/src/iop_file_interface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ namespace isobus
4949
std::size_t seed = length;
5050
std::stringstream stream;
5151

52-
for(; length > 0; --length, ++iopData)
52+
for (; length > 0; --length, ++iopData)
5353
{
5454
std::uint32_t x = *iopData;
5555
x = ((x >> 16) ^ x) * 0x45d9f3b;

0 commit comments

Comments
 (0)