summaryrefslogtreecommitdiff
path: root/src/core/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/screen.c')
-rw-r--r--src/core/screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/screen.c b/src/core/screen.c
index feaac951..cdf08bfd 100644
--- a/src/core/screen.c
+++ b/src/core/screen.c
@@ -1511,12 +1511,12 @@ meta_screen_tile_preview_update_timeout (gpointer data)
if (window)
{
switch (window->tile_mode)
- {
+ {
case META_TILE_MAXIMIZED:
if (!META_WINDOW_MAXIMIZED (window))
needs_preview = TRUE;
break;
-
+
case META_TILE_NONE:
needs_preview = FALSE;
break;