summaryrefslogtreecommitdiff
path: root/src/who.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-05-01 13:53:46 +0200
committerJim Meyering <meyering@redhat.com>2010-05-31 11:02:21 +0200
commit5591f19e9cbee3598d23ea728fdebb396e2df89a (patch)
tree4de55142baa30b38401642da990ea603999e2c16 /src/who.c
parent78c1111c004352ea296fc2bb4cb579c8ec1646db (diff)
downloadcoreutils-5591f19e9cbee3598d23ea728fdebb396e2df89a.tar.xz
maint: correct indentation of case_GETOPT_* macro uses
* src/base64.c (main): Correct indentation of syntactically questionable case_GETOPT_HELP_CHAR and case_GETOPT_VERSION_CHAR macros. * src/who.c (main): Likewise.
Diffstat (limited to 'src/who.c')
-rw-r--r--src/who.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/who.c b/src/who.c
index 48596942d..2c0d94790 100644
--- a/src/who.c
+++ b/src/who.c
@@ -789,9 +789,9 @@ main (int argc, char **argv)
do_lookup = true;
break;
- case_GETOPT_HELP_CHAR;
+ case_GETOPT_HELP_CHAR;
- case_GETOPT_VERSION_CHAR (PROGRAM_NAME, AUTHORS);
+ case_GETOPT_VERSION_CHAR (PROGRAM_NAME, AUTHORS);
default:
usage (EXIT_FAILURE);