summaryrefslogtreecommitdiff
path: root/src/RectObj.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-08-01 19:22:27 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-08-01 19:24:33 -0400
commit5964fb7e3a3c43db34e8a85df3332da0117e3336 (patch)
treeb65f7956aa29c7645f06da36ecb0443e531f7a94 /src/RectObj.c
parent727195e741cb4de851870efc92232d66dcd5a8f0 (diff)
downloadxorg-lib-libXt-5964fb7e3a3c43db34e8a85df3332da0117e3336.tar.gz
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/RectObj.c')
-rw-r--r--src/RectObj.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/RectObj.c b/src/RectObj.c
index 29ef2ef..7a66402 100644
--- a/src/RectObj.c
+++ b/src/RectObj.c
@@ -126,7 +126,7 @@ externaldef(rectobjclassrec) RectObjClassRec rectObjClassRec = {
/* *INDENT-ON* */
externaldef(rectObjClass)
-WidgetClass rectObjClass = (WidgetClass) & rectObjClassRec;
+WidgetClass rectObjClass = (WidgetClass) &rectObjClassRec;
static void
XtCopyAncestorSensitive(Widget widget, int offset _X_UNUSED, XrmValue *value)
@@ -179,8 +179,8 @@ RectClassPartInitialize(register WidgetClass wc)
static void
RectSetValuesAlmost(Widget old _X_UNUSED,
Widget new _X_UNUSED,
- XtWidgetGeometry * request,
- XtWidgetGeometry * reply)
+ XtWidgetGeometry *request,
+ XtWidgetGeometry *reply)
{
*request = *reply;
}