[gnome-shell] shell: Fix an indentation issue ...
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] shell: Fix an indentation issue ...
- Date: Tue, 16 Feb 2016 16:36:15 +0000 (UTC)
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]