[rygel] core: Minor coding-style fix
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] core: Minor coding-style fix
- Date: Sun, 28 Nov 2010 15:50:15 +0000 (UTC)
commit 46685a0b28a765d67345ec97d7e25eb8bd62dc18
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Sun Nov 28 17:33:08 2010 +0200
core: Minor coding-style fix
src/rygel/rygel-configuration.vala | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/src/rygel/rygel-configuration.vala b/src/rygel/rygel-configuration.vala
index 4a24142..13bf08b 100644
--- a/src/rygel/rygel-configuration.vala
+++ b/src/rygel/rygel-configuration.vala
@@ -62,10 +62,9 @@ public interface Rygel.Configuration : GLib.Object {
public abstract string get_string (string section,
string key) throws GLib.Error;
- public abstract Gee.ArrayList<string> get_string_list (
- string section,
- string key)
- throws GLib.Error;
+ public abstract Gee.ArrayList<string> get_string_list (string section,
+ string key)
+ throws GLib.Error;
public abstract int get_int (string section,
string key,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]