summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-03-10 00:45:30 +0100
committerJim Meyering <jim@meyering.net>2007-03-10 08:17:19 +0100
commit0a538a24886c0fb9eb1f4055636b3e15f8c04f4f (patch)
treef7dc69f7399c24d43f999e4fd2cbb99c6c1a3bbb /src
parentca4f28bc83702a6c760cb406751b805da8d37fe1 (diff)
downloadcoreutils-0a538a24886c0fb9eb1f4055636b3e15f8c04f4f.tar.xz
remove trailing blanks
Diffstat (limited to 'src')
-rw-r--r--src/c99-to-c89.diff6
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;
+ }