From 34f0e8ec343e4dd13e91d5ce3b73657a04665483 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Tue, 6 Jul 2021 03:59:16 -0400 Subject: [PATCH] spacing to keep readability --- index.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.c b/index.c index 83c6d67..5de45b7 100644 --- a/index.c +++ b/index.c @@ -100,6 +100,7 @@ void error_check(int matrix[GRID_SIZE][GRID_SIZE]) error_check_4(matrix); }; + void parity_check_1(int matrix[GRID_SIZE][GRID_SIZE]) { int counter = 0; @@ -232,6 +233,7 @@ void parity_check_4(int matrix[GRID_SIZE][GRID_SIZE]) }; }; + void error_check_1(int matrix[GRID_SIZE][GRID_SIZE]) { int counter = 0;