summaryrefslogtreecommitdiff
path: root/characters.h
diff options
context:
space:
mode:
Diffstat (limited to 'characters.h')
-rw-r--r--characters.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/characters.h b/characters.h
index 3450875..679f394 100644
--- a/characters.h
+++ b/characters.h
@@ -4,8 +4,8 @@
#define CHARACTERS_H
-uint32_t characters[96] =
- {0b000000000000000000000000000000, // SPACE
+uint32_t characters[96] = {
+ 0b000000000000000000000000000000, // SPACE
0b100001000010000000001000000000, // !
0b101001010000000000000000000000, // "
0b010101111101010111110101000000, // #
@@ -103,4 +103,4 @@ uint32_t characters[96] =
0b000000000000000000000000000000 // DEL
};
- #endif // CHARACTERS_H \ No newline at end of file
+ #endif // CHARACTERS_H