1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-25 12:29:34 +00:00

Proper indentation

This commit is contained in:
Peter Evans 2017-12-06 16:45:16 -06:00
parent ffd2550364
commit 102378640a

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");
}