From 04ba9ca757316c0ce76579870c2a0e961cf34790 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 29 Dec 2021 23:36:24 +0000 Subject: [PATCH] Formatting --- src/bedstead.c | 5 ++--- src/galax.c | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bedstead.c b/src/bedstead.c index d9db623..f68a4ea 100644 --- a/src/bedstead.c +++ b/src/bedstead.c @@ -1,6 +1,7 @@ #include "bedstead.h" -uint16_t bed_map_char(int row_code, int col_code, bool is_alpha, bool is_contiguous, bool is_dheight, bool is_dheight_lower) +uint16_t +bed_map_char(int row_code, int col_code, bool is_alpha, bool is_contiguous, bool is_dheight, bool is_dheight_lower) { bool is_graph = !is_alpha; @@ -66,5 +67,3 @@ uint16_t bed_map_char(int row_code, int col_code, bool is_alpha, bool is_contigu return 0x20; } - - diff --git a/src/galax.c b/src/galax.c index f7a2d9b..5863e73 100644 --- a/src/galax.c +++ b/src/galax.c @@ -1,6 +1,7 @@ #include "galax.h" -uint16_t gal_map_char(int row_code, int col_code, bool is_alpha, bool is_contiguous, bool is_dheight, bool is_dheight_lower) +uint16_t +gal_map_char(int row_code, int col_code, bool is_alpha, bool is_contiguous, bool is_dheight, bool is_dheight_lower) { if (col_code == 4 || col_code == 5) { is_alpha = true;