From 42cc304e9084843ad6b153afaf4b3f6c6528c364 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 24 Mar 2008 02:05:58 +0000 Subject: lpr: add more accurate comments *: trailing whitespace removal --- miscutils/chrt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miscutils') diff --git a/miscutils/chrt.c b/miscutils/chrt.c index 13557fe..a0f684b 100644 --- a/miscutils/chrt.c +++ b/miscutils/chrt.c @@ -67,7 +67,7 @@ int chrt_main(int argc ATTRIBUTE_UNUSED, char **argv) fflush_stdout_and_exit(EXIT_SUCCESS); } - argv += optind; + argv += optind; if (opt & OPT_p) { pid_str = *argv++; if (*argv) { /* "-p [...]" */ -- cgit v1.1