diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-04-30 21:06:38 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-04-30 21:06:38 -0400 |
commit | 4151b6715cd413da10de3216e90b754117f59a65 (patch) | |
tree | 679fad661acafac6fa714f19dd60878a20e32d91 /gdk/gdkframeclock.c | |
parent | 98f16fdf7a74d88996f0837c1fdd3bd5d8e9cbf8 (diff) | |
download | gtk+-4151b6715cd413da10de3216e90b754117f59a65.tar.gz |
Trivial whitespace fix
Diffstat (limited to 'gdk/gdkframeclock.c')
-rw-r--r-- | gdk/gdkframeclock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkframeclock.c b/gdk/gdkframeclock.c index 6f6d1a1d42..808368251a 100644 --- a/gdk/gdkframeclock.c +++ b/gdk/gdkframeclock.c @@ -427,7 +427,7 @@ _gdk_frame_clock_begin_frame (GdkFrameClock *frame_clock) if (priv->n_timings < FRAME_HISTORY_MAX_LENGTH) priv->n_timings++; else - gdk_frame_timings_unref(priv->timings[priv->current]); + gdk_frame_timings_unref (priv->timings[priv->current]); priv->timings[priv->current] = _gdk_frame_timings_new (priv->frame_counter); } |