mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-04 14:55:00 -04:00
Remove trailing white space.
This commit is contained in:
@@ -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 ();
|
||||
}
|
||||
|
||||
+2
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user