From: Paul Eggert Date: Fri, 1 Aug 2014 00:04:52 +0000 (-0700) Subject: Minor style fix to previous patch. X-Git-Tag: emacs-25.0.90~2635^2~679^2~553 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2965dfdda39cf48b1a73598141eeee7646a43651;p=emacs.git Minor style fix to previous patch. --- diff --git a/src/frame.c b/src/frame.c index 4dd70f00ef7..5dea57aece8 100644 --- a/src/frame.c +++ b/src/frame.c @@ -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