commit | a8a89d1961998a0dffbafbec3de90774933ca515 | [log] [tgz] |
---|---|---|
author | Matt Mower <mowerm@gmail.com> | Fri Dec 30 18:10:37 2016 -0600 |
committer | Dees Troy <dees_troy@teamw.in> | Wed Jan 18 17:41:17 2017 +0100 |
tree | b3fab0d1413ebcdb49e77919f6196bf0c5a6a67c | |
parent | 55f2bdac06e05166a261958296707407649361bb [diff] [blame] |
Whitespace cleanup Change-Id: I93c65973679894bb8587da4b38b410d38036b8bd
diff --git a/gui/fill.cpp b/gui/fill.cpp index d0a1cfd..0fda4b4 100644 --- a/gui/fill.cpp +++ b/gui/fill.cpp
@@ -42,7 +42,7 @@ int GUIFill::Render(void) { - if(!isConditionTrue()) + if (!isConditionTrue()) return 0; gr_color(mColor.red, mColor.green, mColor.blue, mColor.alpha);