diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-09-24 02:27:02 +0200 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-09-24 02:27:02 +0200 |
| commit | 012cb42451f7b6b73bbe735b1dbf8a59336cc017 (patch) | |
| tree | c35e885231069259580463417e9c4fa630f7caf4 /services | |
| parent | 39cf6d464ca7a0ebc359ad668b2525f340b99dc2 (diff) | |
PanelService: indentation fixes
(bzr r3521.3.6)
Diffstat (limited to 'services')
| -rw-r--r-- | services/panel-service.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/panel-service.c b/services/panel-service.c index fbef5dd5a..4d85ab407 100644 --- a/services/panel-service.c +++ b/services/panel-service.c @@ -1382,7 +1382,7 @@ indicator_object_full_to_variant (IndicatorObject *object, const gchar *indicato if (entry->name_hint) { - prio = name2priority(indicator_id, entry->name_hint); + prio = name2priority (indicator_id, entry->name_hint); } if (prio < 0) @@ -1714,7 +1714,7 @@ activate_next_prev_menu (PanelService *self, if (new_entry->name_hint) { - prio = name2priority(indicator_id, new_entry->name_hint); + prio = name2priority (indicator_id, new_entry->name_hint); } if (prio < 0) |
