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:
Daniel van Vugt 2023-01-06 17:27:14 +08:00
parent a4d1b50b3b
commit a09b5ecd7a

View File

@ -704,7 +704,6 @@ clutter_frame_clock_dispatch (ClutterFrameClock *frame_clock,
this_dispatch_time_us = time_us;
#endif
ideal_dispatch_time_us = frame_clock->next_update_time_us;
if (ideal_dispatch_time_us <= 0)