From 8475e0e4922d7b47353c2d8cf45f17feea3ee1af Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 5 Apr 2020 17:00:54 -0700 Subject: Tweak some indentation. --- rounding.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'rounding.c') diff --git a/rounding.c b/rounding.c index dfe22da4..c4c29b31 100644 --- a/rounding.c +++ b/rounding.c @@ -23,8 +23,8 @@ #define SIZEOF(x) ((long int)sizeof (x)) struct test { - union file_extras extras[ARRAY_LEN]; - struct file_struct file; + union file_extras extras[ARRAY_LEN]; + struct file_struct file; }; #define ACTUAL_SIZE SIZEOF(struct test) @@ -32,7 +32,7 @@ struct test { int main(UNUSED(int argc), UNUSED(char *argv[])) { - static int test_array[1 - 2 * (ACTUAL_SIZE != EXPECTED_SIZE)]; - test_array[0] = 0; - return 0; + static int test_array[1 - 2 * (ACTUAL_SIZE != EXPECTED_SIZE)]; + test_array[0] = 0; + return 0; } -- cgit v1.2.1