changeset 79085:1ac5ff9d4bd4

Line break fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 14 Oct 2007 18:51:21 +0000
parents 1321ef56d537
children 179c7441d6a9
files src/xfns.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Sun Oct 14 18:02:05 2007 +0000
+++ b/src/xfns.c	Sun Oct 14 18:51:21 2007 +0000
@@ -4936,8 +4936,8 @@
 
     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");