summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-11-10 10:20:10 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-11-10 10:20:10 -0500
commit5fa4df55256912beadb3992451e4e7e8b9d90e7c (patch)
treead49b9c01db6267755c3d9cdea4c7b1df7f5b170 /src
parent92773706b946533b07de9ade7be28e307954ae38 (diff)
whitespace
Diffstat (limited to 'src')
-rw-r--r--src/commandline.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commandline.cpp b/src/commandline.cpp
index 5e65424c..bb9ff9b8 100644
--- a/src/commandline.cpp
+++ b/src/commandline.cpp
@@ -95,8 +95,8 @@ std::optional<int> CommandLine::run(const std::wstring& line)
if (c->name() == commandName) {
// this is a command
- // remove the command name itself
- opts.erase(opts.begin());
+ // remove the command name itself
+ opts.erase(opts.begin());
try
{