Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -17,7 +17,7 @@ int main (void)
|
||||
{
|
||||
char I;
|
||||
for (I = 0; I < 20; ++I) {
|
||||
printf ("%02d: %d\n", I, strncmp (S1, S2, I));
|
||||
printf ("%02d: %d\n", I, strncmp (S1, S2, I));
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user