summaryrefslogtreecommitdiff
path: root/Menu.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-01-14 12:08:53 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-01-14 12:10:41 -0800
commitf1762e6d2964705887b924b824568aeff352dd46 (patch)
tree48a8304865ae5db0d2087dfe3a3173a93639f7d7 /Menu.h
parent81e3522d79efdc629cd1815b451dac39208673b0 (diff)
Convert to X.Org standard code style
Mostly via util/modular/x-indent-all.sh, plus some manual cleanup Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'Menu.h')
-rw-r--r--Menu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Menu.h b/Menu.h
index 2f46610..a86b0b1 100644
--- a/Menu.h
+++ b/Menu.h
@@ -32,11 +32,11 @@
#define XtCPadding "Padding"
#define XtCSelection "Selection"
-typedef struct _MenuRec *MenuWidget; /* completely defined in MenuPrivate.h */
-typedef struct _MenuClassRec *MenuWidgetClass; /* completely defined in MenuPrivate.h */
+typedef struct _MenuRec *MenuWidget; /* completely defined in MenuPrivate.h */
+typedef struct _MenuClassRec *MenuWidgetClass; /* completely defined in MenuPrivate.h */
extern WidgetClass menuWidgetClass;
-extern Widget XawMenuCreate ();
+extern Widget XawMenuCreate();
#endif /* _XtMenu_h */
/* DON'T ADD STUFF AFTER THIS #endif */