diff options
author | Jim Meyering <jim@meyering.net> | 2007-03-10 00:45:30 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-10 08:17:19 +0100 |
commit | 0a538a24886c0fb9eb1f4055636b3e15f8c04f4f (patch) | |
tree | f7dc69f7399c24d43f999e4fd2cbb99c6c1a3bbb | |
parent | ca4f28bc83702a6c760cb406751b805da8d37fe1 (diff) | |
download | coreutils-0a538a24886c0fb9eb1f4055636b3e15f8c04f4f.tar.xz |
remove trailing blanks
-rw-r--r-- | src/c99-to-c89.diff | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/c99-to-c89.diff b/src/c99-to-c89.diff index 770d6bdec..5545f6a11 100644 --- a/src/c99-to-c89.diff +++ b/src/c99-to-c89.diff @@ -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; + } |