]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor style fix to previous patch.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Aug 2014 00:04:52 +0000 (17:04 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Aug 2014 00:04:52 +0000 (17:04 -0700)
src/frame.c

index 4dd70f00ef7132eb74a10be73c4d7eb2de482ca9..5dea57aece83a677dfbcdaf0d47ee5f097141682 100644 (file)
@@ -3198,9 +3198,9 @@ x_set_frame_parameters (struct frame *f, Lisp_Object alist)
 
     XSETFRAME (frame, f);
 
-    if (((width_change && width != FRAME_TEXT_WIDTH (f))
-        || (height_change && height != FRAME_TEXT_HEIGHT (f)))
-        || f->new_height || f->new_width)
+    if ((width_change && width != FRAME_TEXT_WIDTH (f))
+       || (height_change && height != FRAME_TEXT_HEIGHT (f))
+       || f->new_height || f->new_width)
       {
        /* If necessary provide default values for HEIGHT and WIDTH.  Do
           that here since otherwise a size change implied by an