[mutter] window: Reformat a comment



commit c10c8649f5e4502af58f75bcff2a741fab12b21b
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Jul 8 12:45:34 2014 -0400

    window: Reformat a comment

 src/core/window.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/src/core/window.c b/src/core/window.c
index 11f6fc8..e4b5b3c 100644
--- a/src/core/window.c
+++ b/src/core/window.c
@@ -1274,10 +1274,9 @@ meta_window_unmanage (MetaWindow  *window,
 
   meta_display_remove_pending_pings_for_window (window->display, window);
 
-  meta_window_shutdown_group (window); /* safe to do this early as
-                                        * group.c won't re-add to the
-                                        * group if window->unmanaging
-                                        */
+  /* safe to do this early as group.c won't re-add to the
+   * group if window->unmanaging */
+  meta_window_shutdown_group (window);
 
   /* If we have the focus, focus some other window.
    * This is done first, so that if the unmap causes


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]