summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParthasarathi Susarla <partha.susarla@collabora.co.uk>2011-02-11 22:34:32 +1100
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2011-02-15 15:13:53 +0200
commitb66813feef500ab94b43677181c40d421f54a3f2 (patch)
tree52c453386e5c6cbe207c7bff46251728042d1737
parent3ba3e70443fcf78f4ab2e10fd27b41bfc778c5ef (diff)
downloadgupnp-dlna-b66813feef500ab94b43677181c40d421f54a3f2.tar.gz
Fix indentation.
-rw-r--r--libgupnp-dlna/gupnp-dlna-profile.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/libgupnp-dlna/gupnp-dlna-profile.c b/libgupnp-dlna/gupnp-dlna-profile.c
index 8691bea..a66fe34 100644
--- a/libgupnp-dlna/gupnp-dlna-profile.c
+++ b/libgupnp-dlna/gupnp-dlna-profile.c
@@ -256,12 +256,12 @@ gupnp_dlna_profile_set_audio_caps (GUPnPDLNAProfile *self, GstCaps *caps)
}
GUPnPDLNAProfile *
-gupnp_dlna_profile_new (gchar *name,
- gchar *mime,
- GstCaps *container_caps,
- GstCaps *video_caps,
- GstCaps *audio_caps,
- gboolean extended)
+gupnp_dlna_profile_new (gchar *name,
+ gchar *mime,
+ GstCaps *container_caps,
+ GstCaps *video_caps,
+ GstCaps *audio_caps,
+ gboolean extended)
{
GUPnPDLNAProfile *prof;