From 0f39612c19a4865dcaf5963590b985d4f29c4bd3 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Thu, 3 Dec 2020 17:19:04 +0100 Subject: Style fixes --- 3/part1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '3/part1.c') diff --git a/3/part1.c b/3/part1.c index c71ce0a..b6d209a 100644 --- a/3/part1.c +++ b/3/part1.c @@ -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 }; -- cgit v1.2.3