[gnome-software] trivial: Code style - replace spaces with tab character
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Code style - replace spaces with tab character
- Date: Wed, 2 Mar 2016 22:35:18 +0000 (UTC)
commit 854bdc1c54803c88406fc6778c34cafa41ece363
Author: Robert Ancell <robert ancell canonical com>
Date: Thu Mar 3 11:28:00 2016 +1300
trivial: Code style - replace spaces with tab character
src/gs-shell.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-shell.c b/src/gs-shell.c
index 37bcb14..0ef9209 100644
--- a/src/gs-shell.c
+++ b/src/gs-shell.c
@@ -861,7 +861,7 @@ gs_shell_class_init (GsShellClass *klass)
GObjectClass *object_class = G_OBJECT_CLASS (klass);
object_class->dispose = gs_shell_dispose;
- signals [SIGNAL_LOADED] =
+ signals [SIGNAL_LOADED] =
g_signal_new ("loaded",
G_TYPE_FROM_CLASS (object_class), G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (GsShellClass, loaded),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]