mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
Whitespace fixes. Indented the code following Linux styleguide to fix
the mess between tabs and spaces.
This commit is contained in:
@@ -555,7 +555,7 @@ int main(int argc, char **argv)
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
out_fflush:
|
||||
out_fflush:
|
||||
fflush(stdout);
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -461,7 +461,7 @@ int main(int argc, char **argv)
|
||||
|
||||
} /* while (infinite_loops || loops--) */
|
||||
|
||||
out:
|
||||
out:
|
||||
|
||||
close(s);
|
||||
fclose(infile);
|
||||
|
||||
Reference in New Issue
Block a user