summaryrefslogtreecommitdiffstats
path: root/trek/getpar.h
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-05-24 21:44:56 +0000
committerdholland <dholland@NetBSD.org>2009-05-24 21:44:56 +0000
commit927a087250c6d788d6df6cc7fcb0359653e2efd3 (patch)
treee1bd8e6ccde5d2a67885bac40ac518b2a855e3f4 /trek/getpar.h
parent4ae8fc90b11f51c654ce09c6a9bb74c163f33076 (diff)
downloadbsdgames-darwin-927a087250c6d788d6df6cc7fcb0359653e2efd3.tar.gz
bsdgames-darwin-927a087250c6d788d6df6cc7fcb0359653e2efd3.tar.zst
bsdgames-darwin-927a087250c6d788d6df6cc7fcb0359653e2efd3.zip
KNF: brace and comment placement. Object files identical.
Diffstat (limited to 'trek/getpar.h')
-rw-r--r--trek/getpar.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/trek/getpar.h b/trek/getpar.h
index 20527c3b..77b93b18 100644
--- a/trek/getpar.h
+++ b/trek/getpar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: getpar.h,v 1.10 2005/02/15 12:54:50 jsm Exp $ */
+/* $NetBSD: getpar.h,v 1.11 2009/05/24 21:44:56 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -32,8 +32,9 @@
*/
typedef void (*cmdfun)(int);
-struct cvntab /* used for getcodpar() parameter list */
-{
+
+/* used for getcodpar() parameter list */
+struct cvntab {
const char *abrev;
const char *full;
cmdfun value;