* src/pgtkfns.c (update_watched_scale_factor): Fix coding style.
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;