]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix coding style of a recent change
authorPo Lu <luangruo@yahoo.com>
Sat, 4 Dec 2021 11:45:12 +0000 (19:45 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 4 Dec 2021 11:45:12 +0000 (19:45 +0800)
* src/pgtkfns.c (update_watched_scale_factor): Fix coding style.

src/pgtkfns.c

index febc90ad4e1648f57b53f9404d28f226641708d1..74591452fb6e24987a826bbb4cb9c87fb554be4a 100644 (file)
@@ -1180,11 +1180,12 @@ pgtk_default_font_parameter (struct frame *f, Lisp_Object parms)
                         RES_TYPE_STRING);
 }
 
-static void update_watched_scale_factor(struct atimer *timer)
+static void
+update_watched_scale_factor (struct atimer *timer)
 {
   struct frame *f = timer->client_data;
-
   double scale_factor = FRAME_SCALE_FACTOR (f);
+
   if (scale_factor != FRAME_X_OUTPUT (f)->watched_scale_factor)
     {
       FRAME_X_OUTPUT (f)->watched_scale_factor = scale_factor;