REPLACE: TABS by 4 spaces

This commit is contained in:
Ray 2023-02-15 17:36:31 +01:00
parent 9eaed07b77
commit 2766835ed4
3 changed files with 130 additions and 129 deletions

View file

@ -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