whitespace

This commit is contained in:
Axel Kohlmeyer
2024-06-30 18:36:18 -04:00
parent d75e66dc71
commit dc07a75011

View File

@ -71,7 +71,7 @@ TEST_F(LibraryObjects, variables)
FILE *fp = fopen("test_variable.file", "w"); FILE *fp = fopen("test_variable.file", "w");
fputs("# test file for file style variable\n\n\none\n two \n\n" fputs("# test file for file style variable\n\n\none\n two \n\n"
"three # with comment\nfour ! with non-comment\n" "three # with comment\nfour ! with non-comment\n"
"# comments only\n five\n#END\n", "# comments only\n five\n#END\n",
fp); fp);
fclose(fp); fclose(fp);