OSDN Git Service

Standard pgindent run for 8.1.
[pg-rex/syncrep.git] / src / port / getopt.c
index 48d10fb..28a0d0a 100644 (file)
@@ -81,8 +81,7 @@ const char *ostr;
                !(oli = strchr(ostr, optopt)))
        {
                /*
-                * if the user didn't specify '-' as an option, assume it means
-                * -1.
+                * if the user didn't specify '-' as an option, assume it means -1.
                 */
                if (optopt == (int) '-')
                        return -1;