summaryrefslogtreecommitdiffhomepage
path: root/parser/raylib_parser.c
diff options
context:
space:
mode:
authorRay <[email protected]>2023-02-15 17:36:31 +0100
committerRay <[email protected]>2023-02-15 17:36:31 +0100
commit2766835ed432a2ad575635ce338aa1389078cb12 (patch)
treebe3dd3fdfbbcf02a36ed14a3eaa6619581adafb5 /parser/raylib_parser.c
parent9eaed07b77bd6c9004175c9a641a573671cadb29 (diff)
downloadraylib-2766835ed432a2ad575635ce338aa1389078cb12.tar.gz
raylib-2766835ed432a2ad575635ce338aa1389078cb12.zip
REPLACE: TABS by 4 spaces
Diffstat (limited to 'parser/raylib_parser.c')
-rw-r--r--parser/raylib_parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/parser/raylib_parser.c b/parser/raylib_parser.c
index 7bb8cf7f..94ff9562 100644
--- a/parser/raylib_parser.c
+++ b/parser/raylib_parser.c
@@ -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