mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-10 11:51:42 +00:00
Run clang-format
Fix some small style inconsistencies
This commit is contained in:
Vendored
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "extern/utf8decoder.hpp"
|
||||
|
||||
static const uint8_t utf8d[] = {
|
||||
static uint8_t const utf8d[] = {
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 00..0f */
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 10..1f */
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 20..2f */
|
||||
|
||||
Reference in New Issue
Block a user