diff options
author | monsta <[email protected]> | 2016-11-23 17:21:45 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-23 17:33:50 +0300 |
commit | 172d3b6800c518b14e5cc71d9f8c4c035f33dc47 (patch) | |
tree | 6c639ab67f95a3ff1f72111ce8b4d0454d6eb794 /libdocument | |
parent | 328b28369741467777c2c6daee2fa8fc828466b9 (diff) | |
download | atril-172d3b6800c518b14e5cc71d9f8c4c035f33dc47.tar.bz2 atril-172d3b6800c518b14e5cc71d9f8c4c035f33dc47.tar.xz |
fix indent a bit
Diffstat (limited to 'libdocument')
-rw-r--r-- | libdocument/ev-document-misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdocument/ev-document-misc.c b/libdocument/ev-document-misc.c index 01573601..6f760270 100644 --- a/libdocument/ev-document-misc.c +++ b/libdocument/ev-document-misc.c @@ -433,7 +433,7 @@ ev_document_misc_get_pointer_position (GtkWidget *widget, gint *y) { #if GTK_CHECK_VERSION (3, 20, 0) - GdkSeat *seat; + GdkSeat *seat; #else GdkDeviceManager *device_manager; #endif @@ -448,7 +448,7 @@ ev_document_misc_get_pointer_position (GtkWidget *widget, if (!gtk_widget_get_realized (widget)) return; -#if GTK_CHECK_VERSION(3, 20, 0) +#if GTK_CHECK_VERSION (3, 20, 0) seat = gdk_display_get_default_seat (gtk_widget_get_display (widget)); device_pointer = gdk_seat_get_pointer (seat); #else |