diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-08-01 19:22:27 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-08-01 19:24:33 -0400 |
commit | 5964fb7e3a3c43db34e8a85df3332da0117e3336 (patch) | |
tree | b65f7956aa29c7645f06da36ecb0443e531f7a94 /src/SetWMCW.c | |
parent | 727195e741cb4de851870efc92232d66dcd5a8f0 (diff) |
improved the script used for typedef-options with indent, updated indentation
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src/SetWMCW.c')
-rw-r--r-- | src/SetWMCW.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SetWMCW.c b/src/SetWMCW.c index 3394c02..5ea0efc 100644 --- a/src/SetWMCW.c +++ b/src/SetWMCW.c @@ -76,7 +76,7 @@ in this Software without prior written authorization from The Open Group. */ void -XtSetWMColormapWindows(Widget widget, Widget * list, Cardinal count) +XtSetWMColormapWindows(Widget widget, Widget *list, Cardinal count) { Window *data; Widget *checked, *top, *temp, hookobj; @@ -158,7 +158,7 @@ XtSetWMColormapWindows(Widget widget, Widget * list, Cardinal count) call_data.num_event_data = count; XtCallCallbackList(hookobj, ((HookObject) hookobj)->hooks.changehook_callbacks, - (XtPointer) & call_data); + (XtPointer) &call_data); } XtFree((char *) data); |