aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2007-10-14 18:51:21 +0000
committerRichard M. Stallman <[email protected]>2007-10-14 18:51:21 +0000
commit8b34a5cc9ab82e4a1985c472cf7cab79010259bf (patch)
treea9dcee5ed40f2c2a4a12a4c5dd3afbac5c81d3c5 /src
parentfe4cd268c7b3a0f6c78939a6ad3e12ff9b2295f5 (diff)
Line break fix.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xfns.c b/src/xfns.c
index d1f35eee4e..f0cb26b72b 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -4936,8 +4936,8 @@ x_create_tip_frame (dpyinfo, parms, text)
if (FRAME_X_DISPLAY_INFO (f)->n_planes == 1)
disptype = intern ("mono");
- else if (FRAME_X_DISPLAY_INFO (f)->visual->class == GrayScale ||
- FRAME_X_DISPLAY_INFO (f)->visual->class == StaticGray)
+ else if (FRAME_X_DISPLAY_INFO (f)->visual->class == GrayScale
+ || FRAME_X_DISPLAY_INFO (f)->visual->class == StaticGray)
disptype = intern ("grayscale");
else
disptype = intern ("color");