summaryrefslogtreecommitdiffstats
path: root/gui/textbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/textbox.cpp')
-rw-r--r--gui/textbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/textbox.cpp b/gui/textbox.cpp
index 2e2512c50..2c7d09f99 100644
--- a/gui/textbox.cpp
+++ b/gui/textbox.cpp
@@ -98,7 +98,7 @@ int GUITextBox::NotifyVarChange(const std::string& varName, const std::string& v
{
GUIScrollList::NotifyVarChange(varName, value);
- if(!isConditionTrue() || mIsStatic)
+ if (!isConditionTrue() || mIsStatic)
return 0;
// Check to see if the variable exists in mText