remove trailing blanks
authorJim Meyering <jim@meyering.net>
Fri, 9 Mar 2007 23:45:30 +0000 (00:45 +0100)
committerJim Meyering <jim@meyering.net>
Sat, 10 Mar 2007 07:17:19 +0000 (08:17 +0100)
src/c99-to-c89.diff

index 770d6bd..5545f6a 100644 (file)
@@ -32,7 +32,7 @@ index 4728bdd..7477da5 100644
      hash_free (top->unremovable);
    obstack_blank (&ds->Active_dir, -(int) sizeof (struct AD_ent));
 @@ -815,6 +817,7 @@ prompt (int fd_cwd, Dirstack_state const *ds, char const *filename,
+
    if (write_protected || x->interactive == RMI_ALWAYS)
      {
 +      char const *quoted_name = quote (full_filename (filename));
@@ -42,7 +42,7 @@ index 4728bdd..7477da5 100644
 @@ -832,8 +835,6 @@ prompt (int fd_cwd, Dirstack_state const *ds, char const *filename,
            write_protected = EISDIR;
        }
+
 -      char const *quoted_name = quote (full_filename (filename));
 -
        if (0 < write_protected)
@@ -65,7 +65,7 @@ index 4728bdd..7477da5 100644
    if (status == RM_NONEMPTY_DIR)
      {
 @@ -1525,6 +1528,8 @@ rm_1 (Dirstack_state *ds, char const *filename,
+
    ds_clear (ds);
    return status;
 +  }