diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-01-31 14:10:13 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-01-31 14:11:01 -0500 |
commit | 6e2c74aaad1c81fdab45d4e6d9febc5e193253bf (patch) | |
tree | 816ed4d1d220af6e76d3fa912fd3befbe355eda5 /testsuite/reftests | |
parent | 1e0ca71ecad59f4349837b1858dc8d2c27155c33 (diff) | |
download | gtk+-6e2c74aaad1c81fdab45d4e6d9febc5e193253bf.tar.gz |
Trivial formatting fix
Diffstat (limited to 'testsuite/reftests')
-rw-r--r-- | testsuite/reftests/reftest-snapshot.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/reftests/reftest-snapshot.c b/testsuite/reftests/reftest-snapshot.c index 478db4a460..cd3cee7d08 100644 --- a/testsuite/reftests/reftest-snapshot.c +++ b/testsuite/reftests/reftest-snapshot.c @@ -132,8 +132,9 @@ snapshot_widget (GtkWidget *widget, SnapshotMode mode) gdk_window_get_window_type (window) == GDK_WINDOW_FOREIGN) { /* give the WM/server some time to sync. They need it. - * Also, do use popups instead of toplevls in your tests - * whenever you can. */ + * Also, do use popups instead of toplevels in your tests + * whenever you can. + */ gdk_display_sync (gdk_window_get_display (window)); g_timeout_add (500, quit_when_idle, loop); g_main_loop_run (loop); |