diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-12-03 17:19:04 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-12-03 17:19:04 +0100 |
| commit | 0f39612c19a4865dcaf5963590b985d4f29c4bd3 (patch) | |
| tree | df8e275e97d30cfa5bc6ee947f03c98276868a63 /3/part1.c | |
| parent | 3da231113ccdd1b777028a4990dd035d07facdd5 (diff) | |
Style fixes
Diffstat (limited to '3/part1.c')
| -rw-r--r-- | 3/part1.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,9 +5,9 @@ #define INC_RIGHT 3 -int count_trees(const char * filename) +int count_trees(const char *filename) { - FILE * file = fopen(filename, "r"); + FILE *file = fopen(filename, "r"); // Include space for newline and string terminator char buffer[64] = { 0 }; |
