From 26e04bcf5714149c8e047af5c5243a9755fe925a Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sun, 14 Apr 2019 20:45:45 -0400 Subject: whitespace/formatting fix Signed-off-by: Thomas E. Dickey --- specs/CH09.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'specs') diff --git a/specs/CH09.xml b/specs/CH09.xml index f89962c..09993a0 100644 --- a/specs/CH09.xml +++ b/specs/CH09.xml @@ -1945,24 +1945,24 @@ a function of the particular display (and colormap). #define done(type, value) \\ { \\ - if (toVal->addr != NULL) { \\ - if (toVal->size < sizeof(type)) { \\ - toVal->size = sizeof(type); \\ + if (toVal->addr != NULL) { \\ + if (toVal->size < sizeof(type)) { \\ + toVal->size = sizeof(type); \\ return False; \\ } \\ - *(type*)(toVal->addr) = (value); \\ + *(type*)(toVal->addr) = (value); \\ } \\ else { \\ static type static_val; \\ static_val = (value); \\ - toVal->addr = (XPointer)&static_val; \\ + toVal->addr = (XPointer)&static_val; \\ } \\ - toVal->size = sizeof(type); \\ + toVal->size = sizeof(type); \\ return True; \\ } static Boolean CvtStringToPixel( - Display *dpy, + Display *dpy, XrmValue *args, Cardinal *num_args, XrmValue *fromVal, @@ -1972,7 +1972,7 @@ static Boolean CvtStringToPixel( static XColor screenColor; XColor exactColor; Screen *screen; - Colormap colormap; + Colormap colormap; Status status; if (*num_args != 2) -- cgit v1.2.3