[gnome-builder] build: fix trailing )
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] build: fix trailing )
- Date: Mon, 31 Aug 2015 21:11:10 +0000 (UTC)
commit a634e6a78e7b7c74562d74ca7ccd79e5cf2b9120
Author: Christian Hergert <christian hergert me>
Date: Mon Aug 31 14:10:15 2015 -0700
build: fix trailing )
plugins/command-bar/gb-command-vim.c | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/plugins/command-bar/gb-command-vim.c b/plugins/command-bar/gb-command-vim.c
index a7617df..519c967 100644
--- a/plugins/command-bar/gb-command-vim.c
+++ b/plugins/command-bar/gb-command-vim.c
@@ -183,16 +183,14 @@ gb_command_vim_class_init (GbCommandVimClass *klass)
"Command Text",
"The command text to execute",
NULL,
- (G_PARAM_READWRITE |
- G_PARAM_STATIC_STRINGS));
+ (G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
gParamSpecs [PROP_SOURCE_VIEW] =
g_param_spec_object ("source-view",
- "Source View"),
+ "Source View",
"The source view to modify.",
IDE_TYPE_SOURCE_VIEW,
- (G_PARAM_READWRITE |
- G_PARAM_STATIC_STRINGS));
+ (G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
g_object_class_install_properties (object_class, LAST_PROP, gParamSpecs);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]