aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/wgetopt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wgetopt.cpp')
-rw-r--r--src/wgetopt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wgetopt.cpp b/src/wgetopt.cpp
index 41b7896a..f7ed5427 100644
--- a/src/wgetopt.cpp
+++ b/src/wgetopt.cpp
@@ -307,8 +307,8 @@ int wgetopter_t::_wgetopt_internal(int argc, wchar_t **argv, const wchar_t *opts
int option_index;
for (nameend = nextchar; *nameend && *nameend != '='; nameend++) {
- // Do nothing.
- }
+ // Do nothing.
+ }
// Test all long options for either exact match or abbreviated matches.
for (p = longopts, option_index = 0; p->name; p++, option_index++)