summaryrefslogtreecommitdiff
path: root/xgc.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 14:40:19 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 14:40:19 -0800
commit684e4321fa7e96a61f45dc133816ab92a173a52d (patch)
treec9e0e76fa4deb06d7ca0852c9313e2eb7fb1f3b1 /xgc.h
parent63e7fce72d704036016258b2cb55c5624f571d92 (diff)
Trim trailing whitespace from lines
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xgc.h')
-rw-r--r--xgc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xgc.h b/xgc.h
index 4df899d..33cf33d 100644
--- a/xgc.h
+++ b/xgc.h
@@ -36,7 +36,7 @@ typedef struct {
char name[40]; /* name as it will appear on the screen */
char text[40]; /* Xgc command it translates to */
} command_data[MAXCHOICES];
-} ChoiceStuff; /* All the info needed to deal with a
+} ChoiceStuff; /* All the info needed to deal with a
choice widget */
typedef struct {
const char *name;