REPLACE: TABS by 4 spaces
This commit is contained in:
parent
9eaed07b77
commit
2766835ed4
3 changed files with 130 additions and 129 deletions
|
@ -209,8 +209,8 @@ int main(int argc, char* argv[])
|
|||
|
||||
if (buffer == NULL)
|
||||
{
|
||||
printf("Could not read input file: %s\n", inFileName);
|
||||
return 1;
|
||||
printf("Could not read input file: %s\n", inFileName);
|
||||
return 1;
|
||||
}
|
||||
|
||||
// Preprocess buffer to get separate lines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue