[gnome-builder/wip/slaf/beautifier: 9/15] beautifier plugin: align params to shorten the line
- From: Sébastien Lafargue <slafargue src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/slaf/beautifier: 9/15] beautifier plugin: align params to shorten the line
- Date: Mon, 5 Dec 2016 00:01:46 +0000 (UTC)
commit 6e76421d0114e3b8a03a700f7efd51c03a019531
Author: Sebastien Lafargue <slafargue gnome org>
Date: Sun Dec 4 00:35:48 2016 +0100
beautifier plugin: align params to shorten the line
plugins/beautifier/gb-beautifier-config.c | 16 ++++++++++++++--
1 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/plugins/beautifier/gb-beautifier-config.c b/plugins/beautifier/gb-beautifier-config.c
index dfc7a0f..d69db4d 100644
--- a/plugins/beautifier/gb-beautifier-config.c
+++ b/plugins/beautifier/gb-beautifier-config.c
@@ -282,14 +282,26 @@ add_entries_from_base_path (GbBeautifierWorkbenchAddin *self,
{
real_lang_id = g_file_info_get_display_name (info);
if (is_a_lang_id (self, real_lang_id) &&
- add_entries_from_config_ini_file (self, base_path, real_lang_id, real_lang_id, entries, NULL,
FALSE))
+ add_entries_from_config_ini_file (self,
+ base_path,
+ real_lang_id,
+ real_lang_id,
+ entries,
+ NULL,
+ FALSE))
ret = TRUE;
for (gint i = 0; i < map->len; ++i)
{
entry = &g_array_index (map, GbBeautifierMapEntry, i);
if (0 == g_strcmp0 (entry->profile, real_lang_id) &&
- add_entries_from_config_ini_file (self, base_path, entry->lang_id, real_lang_id, entries,
entry->default_profile, TRUE))
+ add_entries_from_config_ini_file (self,
+ base_path,
+ entry->lang_id,
+ real_lang_id,
+ entries,
+ entry->default_profile,
+ TRUE))
ret = TRUE;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]