clutter/frame-clock: Remove extraneous whitespace
It's causing code review warnings whenever another MR tries to change the same source file. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2784>
This commit is contained in:
parent
a4d1b50b3b
commit
a09b5ecd7a
@ -704,7 +704,6 @@ clutter_frame_clock_dispatch (ClutterFrameClock *frame_clock,
|
|||||||
this_dispatch_time_us = time_us;
|
this_dispatch_time_us = time_us;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
ideal_dispatch_time_us = frame_clock->next_update_time_us;
|
ideal_dispatch_time_us = frame_clock->next_update_time_us;
|
||||||
|
|
||||||
if (ideal_dispatch_time_us <= 0)
|
if (ideal_dispatch_time_us <= 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user