1
0
mirror of https://github.com/pevans/erc-c.git synced 2026-04-26 04:17:57 +00:00

Proper indentation

This commit is contained in:
Peter Evans
2017-12-06 16:45:16 -06:00
parent ffd2550364
commit 102378640a
+1 -1
View File
@@ -38,5 +38,5 @@ main(int argc, char **argv)
atexit(finish);
// ha ha ha ha #nervous #laughter
printf("Hello, world\n");
printf("Hello, world\n");
}