[gnome-shell] shell: Fix coding style



commit ce83f378a548ea3d67a5d9cb3a8b0ada1e53e6bb
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Feb 16 17:33:52 2016 +0100

    shell: Fix coding style

 src/shell-app-system.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/shell-app-system.c b/src/shell-app-system.c
index ef86f86..30341e1 100644
--- a/src/shell-app-system.c
+++ b/src/shell-app-system.c
@@ -406,13 +406,13 @@ shell_app_system_get_running (ShellAppSystem *self)
 char ***
 shell_app_system_search (const char *search_string)
 {
-    char ***results = g_desktop_app_info_search (search_string);
-    char ***groups, **ids;
+  char ***results = g_desktop_app_info_search (search_string);
+  char ***groups, **ids;
 
-    for (groups = results; *groups; groups++)
-      for (ids = *groups; *ids; ids++)
-        if (!g_utf8_validate (*ids, -1, NULL))
-          **ids = '\0';
+  for (groups = results; *groups; groups++)
+    for (ids = *groups; *ids; ids++)
+      if (!g_utf8_validate (*ids, -1, NULL))
+        **ids = '\0';
 
-      return results;
+    return results;
 }


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