[gnome-shell] shell: Fix an indentation issue ...



commit 57f9ffcaa7acef41f53d02aa6902e9ff48c58d47
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Feb 9 19:10:03 2016 +0100

    shell: Fix an indentation issue ...
    
    ...pointed out by GCC's new -Wmisleading-indentation warning.

 src/shell-app-system.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/shell-app-system.c b/src/shell-app-system.c
index 30341e1..c41b4da 100644
--- a/src/shell-app-system.c
+++ b/src/shell-app-system.c
@@ -414,5 +414,5 @@ shell_app_system_search (const char *search_string)
       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]