[libdmapsharing] Small format change
- From: W. Michael Petullo <wmpetullo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdmapsharing] Small format change
- Date: Mon, 14 Nov 2011 04:01:50 +0000 (UTC)
commit 66270a2ece1f04755be971fcf996f5a838388027
Author: W. Michael Petullo <mike flyn org>
Date: Sun Nov 13 22:01:11 2011 -0600
Small format change
Signed-off-by: W. Michael Petullo <mike flyn org>
libdmapsharing/daap-connection.c | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/libdmapsharing/daap-connection.c b/libdmapsharing/daap-connection.c
index b2386b2..a2e52c8 100644
--- a/libdmapsharing/daap-connection.c
+++ b/libdmapsharing/daap-connection.c
@@ -162,15 +162,18 @@ DAAPConnection *
daap_connection_new (const char *name,
const char *host,
guint port,
- DMAPDb * db, DMAPRecordFactory * factory)
+ DMAPDb * db,
+ DMAPRecordFactory * factory)
{
DAAPConnection *connection;
connection = g_object_new (DAAP_TYPE_CONNECTION,
- "name", name,
- "db", db,
- "host", host,
- "port", port, "factory", factory, NULL);
+ "name", name,
+ "host", host,
+ "port", port,
+ "db", db,
+ "factory", factory,
+ NULL);
return connection;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]