]> Dogcows Code - chaz/tar/blobdiff - src/tar.c
tar: remove trailing white space from source files
[chaz/tar] / src / tar.c
index 10ba8a9b8a06bf2a9709008e6bf9a3d8d731f7bf..dcc3116257609943fbac6a6cdc1298f923ee3927 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
@@ -1509,7 +1509,7 @@ parse_opt (int key, char *arg, struct argp_state *state)
       {
        uintmax_t u;
        char *p;
-       
+
        if (xstrtoumax (arg, &p, 10, &u, TAR_SIZE_SUFFIXES) != LONGINT_OK)
          USAGE_ERROR ((0, 0, "%s: %s", quotearg_colon (arg),
                        _("Invalid tape length")));
@@ -1968,7 +1968,7 @@ parse_opt (int key, char *arg, struct argp_state *state)
     case RECORD_SIZE_OPTION:
       {
        uintmax_t u;
-       
+
        if (! (xstrtoumax (arg, NULL, 10, &u, TAR_SIZE_SUFFIXES) == LONGINT_OK
               && u == (size_t) u))
          USAGE_ERROR ((0, 0, "%s: %s", quotearg_colon (arg),
This page took 0.020596 seconds and 4 git commands to generate.