diff options
author | Christopher Faylor <me@cgf.cx> | 2011-12-17 23:39:47 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2011-12-17 23:39:47 +0000 |
commit | 1b23b30b29eebbe7c9953f2a7470f31a0feb8702 (patch) | |
tree | 10592e165f5e31aac70913190d50d700f6fec96c /winsup/utils/setmetamode.c | |
parent | 988d896c0a3b60fab9cd323e52eefd4af98be323 (diff) | |
download | cygnal-1b23b30b29eebbe7c9953f2a7470f31a0feb8702.tar.gz cygnal-1b23b30b29eebbe7c9953f2a7470f31a0feb8702.tar.bz2 cygnal-1b23b30b29eebbe7c9953f2a7470f31a0feb8702.zip |
Clean up whitespace.
Diffstat (limited to 'winsup/utils/setmetamode.c')
-rw-r--r-- | winsup/utils/setmetamode.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/winsup/utils/setmetamode.c b/winsup/utils/setmetamode.c index de8c45544..fc1059f7c 100644 --- a/winsup/utils/setmetamode.c +++ b/winsup/utils/setmetamode.c @@ -48,14 +48,14 @@ void print_version () { printf ("setmetamode (cygwin) %d.%d.%d\n" - "Get or set keyboard meta mode\n" - "Copyright (C) 2006 - %s Red Hat, Inc.\n" - "This is free software; see the source for copying conditions. There is NO\n" + "Get or set keyboard meta mode\n" + "Copyright (C) 2006 - %s Red Hat, Inc.\n" + "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n", - CYGWIN_VERSION_DLL_MAJOR / 1000, - CYGWIN_VERSION_DLL_MAJOR % 1000, - CYGWIN_VERSION_DLL_MINOR, - strrchr (__DATE__, ' ') + 1); + CYGWIN_VERSION_DLL_MAJOR / 1000, + CYGWIN_VERSION_DLL_MAJOR % 1000, + CYGWIN_VERSION_DLL_MINOR, + strrchr (__DATE__, ' ') + 1); } struct option longopts[] = { @@ -89,7 +89,7 @@ main (int ac, char *av[]) switch (opt) { case 'h': - usage (); + usage (); return 0; case 'V': print_version (); |