summaryrefslogtreecommitdiffstats
path: root/core/color.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-03-25 11:10:34 +0100
committerRémi Verschelde <rverschelde@gmail.com>2020-03-25 11:22:19 +0100
commit13a9bfbca733821f773ca7ffd990ce962c728924 (patch)
tree206d5c959b4e441f3c651eb1065b7292607b6da0 /core/color.h
parent5fede4a81c67961c6fb2309b9b0ceb753d143566 (diff)
downloadredot-engine-13a9bfbca733821f773ca7ffd990ce962c728924.tar.gz
Style: Harmonize header guards to style guide [Core]
Diffstat (limited to 'core/color.h')
-rw-r--r--core/color.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/color.h b/core/color.h
index a7ab94ab08..16dc721072 100644
--- a/core/color.h
+++ b/core/color.h
@@ -239,4 +239,4 @@ bool Color::operator<(const Color &p_color) const {
return r < p_color.r;
}
-#endif
+#endif // COLOR_H