summaryrefslogtreecommitdiff
path: root/src/dd.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-05-26 14:15:37 +0000
committerJim Meyering <jim@meyering.net>1995-05-26 14:15:37 +0000
commit0be7c19204998923793aff7b45722b8fee3ff1d1 (patch)
tree1dc4bddd115b5bc57c28cb0a31fc8190a5a07912 /src/dd.c
parentae3864618a2987ae91b69a04c16a42fd329bb866 (diff)
downloadcoreutils-0be7c19204998923793aff7b45722b8fee3ff1d1.tar.xz
Remove trailing white space.
Diffstat (limited to 'src/dd.c')
-rw-r--r--src/dd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dd.c b/src/dd.c
index aa6513acf..d8382a4cf 100644
--- a/src/dd.c
+++ b/src/dd.c
@@ -400,7 +400,7 @@ main (argc, argv)
if (signal (SIGINT, SIG_IGN) != SIG_IGN)
signal (SIGINT, interrupt_handler);
if (signal (SIGPIPE, SIG_IGN) != SIG_IGN)
- signal (SIGPIPE, interrupt_handler);
+ signal (SIGPIPE, interrupt_handler);
#endif /* !_POSIX_VERSION */
copy ();
}