From 001d91988c890386c8a4f8b0de40dd22ec1039c8 Mon Sep 17 00:00:00 2001 From: Alvin Wong Date: Mon, 12 Apr 2021 20:45:26 +0800 Subject: [PATCH] Fix formatting --- source/Core/Inc/Translation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Core/Inc/Translation.h b/source/Core/Inc/Translation.h index 9c5bcb5d..62327d7f 100644 --- a/source/Core/Inc/Translation.h +++ b/source/Core/Inc/Translation.h @@ -9,7 +9,7 @@ #define TRANSLATION_H_ #include "stdint.h" -extern const bool HasFahrenheit; +extern const bool HasFahrenheit; extern const char *SymbolPlus; extern const char *SymbolMinus;