From: Jim Meyering Date: Fri, 26 May 1995 14:15:37 +0000 (+0000) Subject: Remove trailing white space. X-Git-Tag: textutils-1_12_1~146 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0be7c19204998923793aff7b45722b8fee3ff1d1;p=thirdparty%2Fcoreutils.git Remove trailing white space. --- diff --git a/src/dd.c b/src/dd.c index aa6513acf2..d8382a4cf9 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 (); } diff --git a/src/mknod.c b/src/mknod.c index 29ec39bdd0..160b927cb1 100644 --- a/src/mknod.c +++ b/src/mknod.c @@ -171,7 +171,7 @@ numbers must be specified"); s = argv[optind + 3]; if (my_strtol (s, NULL, 0, &tmp_minor)) error (1, 0, "invalid minor device number `%s'", s); - + i_major = (int) tmp_major; i_minor = (int) tmp_minor; @@ -200,7 +200,7 @@ numbers must be specified"); s = argv[optind + 3]; if (my_strtol (s, NULL, 0, &tmp_minor)) error (1, 0, "invalid minor device number `%s'", s); - + i_major = (int) tmp_major; i_minor = (int) tmp_minor;