summaryrefslogtreecommitdiffstats
path: root/scene/resources/default_theme/font_hidpi.inc
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-06-17 12:42:05 +0200
committerRémi Verschelde <rverschelde@gmail.com>2019-06-17 13:35:47 +0200
commit24ee8c3566c7ef5469df762c1daa21b330e2dd82 (patch)
tree646a7952fbfc134a3fdce10cdbf33cfb7395c307 /scene/resources/default_theme/font_hidpi.inc
parent0d61fc2c0f1d7625c866c79b6c4044fbab61a768 (diff)
downloadredot-engine-24ee8c3566c7ef5469df762c1daa21b330e2dd82.tar.gz
Add script to fix style issues and copyright headers
This is only meant to check the validity of the whole codebase every now and then, or to apply clang-format config changes when relevant.
Diffstat (limited to 'scene/resources/default_theme/font_hidpi.inc')
-rw-r--r--scene/resources/default_theme/font_hidpi.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/resources/default_theme/font_hidpi.inc b/scene/resources/default_theme/font_hidpi.inc
index 2fc0f56c3f..4860149e6b 100644
--- a/scene/resources/default_theme/font_hidpi.inc
+++ b/scene/resources/default_theme/font_hidpi.inc
@@ -1,3 +1,4 @@
+/* clang-format off */
static const int _hidpi_font_height=25;
static const int _hidpi_font_ascent=19;
static const int _hidpi_font_charcount=191;
@@ -25459,3 +25460,4 @@ static const unsigned char _hidpi_font_img_data[25255]={
96,
130,
};
+/* clang-format on */