summaryrefslogtreecommitdiff
path: root/source/Interpreter/OptionGroupBoolean.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Interpreter/OptionGroupBoolean.cpp')
-rw-r--r--source/Interpreter/OptionGroupBoolean.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Interpreter/OptionGroupBoolean.cpp b/source/Interpreter/OptionGroupBoolean.cpp
index 5fd4ce7aecfac..e3759f2e60a14 100644
--- a/source/Interpreter/OptionGroupBoolean.cpp
+++ b/source/Interpreter/OptionGroupBoolean.cpp
@@ -45,8 +45,8 @@ Status OptionGroupBoolean::SetOptionValue(uint32_t option_idx,
ExecutionContext *execution_context) {
Status error;
if (m_option_definition.option_has_arg == OptionParser::eNoArgument) {
- // Not argument, toggle the default value and mark the option as having been
- // set
+ // Not argument, toggle the default value and mark the option as having
+ // been set
m_value.SetCurrentValue(!m_value.GetDefaultValue());
m_value.SetOptionWasSet();
} else {