gdk: Fix an indentation mishap

Commit f1d61d5515 inadvertedly
destroyed indentation in most of gdksurface.c. Fix this.
This commit is contained in:
Matthias Clasen 2019-04-06 16:36:51 +00:00
parent 32334b2e83
commit d3c0899000

View File

@ -2074,7 +2074,6 @@ gdk_surface_get_device_position (GdkSurface *surface,
device,
&tmp_x, &tmp_y,
&tmp_mask);
if (x)
*x = tmp_x;
if (y)