diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-10 10:20:10 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-10 10:20:10 -0500 |
| commit | 5fa4df55256912beadb3992451e4e7e8b9d90e7c (patch) | |
| tree | ad49b9c01db6267755c3d9cdea4c7b1df7f5b170 /src/commandline.cpp | |
| parent | 92773706b946533b07de9ade7be28e307954ae38 (diff) | |
whitespace
Diffstat (limited to 'src/commandline.cpp')
| -rw-r--r-- | src/commandline.cpp | 4 |
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 { |
