From 822c55fad93be35dd775d836ba087638a1269a0d Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Sun, 6 Mar 2022 13:33:55 -0700 Subject: [PATCH] Formatting --- test.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test.c b/test.c index 5bf88c6..1ea546a 100644 --- a/test.c +++ b/test.c @@ -210,12 +210,12 @@ void test_morse_to_string(){ } void all_tests(){ - test_tests(); + test_tests(); printf("test_tests tests complete!\n"); - test_to_morse(); + test_to_morse(); printf("char_to_morse tests complete!\n"); - test_string_to_morse(); - printf("string_to_morse tests complete!\n"); + test_string_to_morse(); + printf("string_to_morse tests complete!\n"); test_morse_to_char(); printf("test_morse_to_char tests complete!\n"); test_morse_to_string();