forked from AuroraMiddleware/gtk
gdk: Fix an indentation mishap
Commit f1d61d5515
inadvertedly
destroyed indentation in most of gdksurface.c. Fix this.
This commit is contained in:
parent
32334b2e83
commit
d3c0899000
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user