summaryrefslogtreecommitdiff
path: root/libs/pbd/msvc/getopt_long.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/msvc/getopt_long.c')
-rw-r--r--libs/pbd/msvc/getopt_long.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/pbd/msvc/getopt_long.c b/libs/pbd/msvc/getopt_long.c
index bf10e5df58..609d0ef5f4 100644
--- a/libs/pbd/msvc/getopt_long.c
+++ b/libs/pbd/msvc/getopt_long.c
@@ -152,7 +152,7 @@ gcd(int a, int b)
b = c;
c = a % b;
}
-
+
return b;
}
@@ -435,7 +435,7 @@ getopt_long(int nargc,
has_equal++;
} else
current_argv_len = strlen(current_argv);
-
+
for (i = 0; long_options[i].name; i++) {
/* find matching long option */
if (strncmp(current_argv, long_options[i].name,