]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
adjust long lines
authorJim Meyering <jim@meyering.net>
Fri, 12 Aug 2005 07:10:22 +0000 (07:10 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 12 Aug 2005 07:10:22 +0000 (07:10 +0000)
src/pr.c

index 2e8aa024805594c84bbf63e77883904061f928c0..9a9e542487ff0511046f21a17e3e4b7782e0be6b 100644 (file)
--- a/src/pr.c
+++ b/src/pr.c
@@ -912,7 +912,8 @@ main (int argc, char **argv)
              error (EXIT_FAILURE, 0,
                     _("`--pages=FIRST_PAGE[:LAST_PAGE]' missing argument"));
            else if (! first_last_page (optarg))
-             error (EXIT_FAILURE, 0, _("Invalid page range %s"), quote (optarg));
+             error (EXIT_FAILURE, 0, _("Invalid page range %s"),
+                    quote (optarg));
            break;
          }
 
@@ -1197,7 +1198,7 @@ getoptarg (char *arg, char switch_char, char *character, int *number)
          || tmp_long <= 0 || tmp_long > INT_MAX)
        {
          error (0, 0,
-                _("`-%c' extra characters or invalid number in the argument: %s"),
+            _("`-%c' extra characters or invalid number in the argument: %s"),
                 switch_char, quote (arg));
          usage (EXIT_FAILURE);
        }