[farsight2/master] Fix indentation

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:21:01 PST 2008


---
 gst-libs/gst/farsight/fs-candidate.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gst-libs/gst/farsight/fs-candidate.c b/gst-libs/gst/farsight/fs-candidate.c
index 4f5cc81..231a095 100644
--- a/gst-libs/gst/farsight/fs-candidate.c
+++ b/gst-libs/gst/farsight/fs-candidate.c
@@ -202,8 +202,9 @@ fs_candidate_get_by_id (const GList *candidate_list,
  *
  * Returns: True if equivalent.
  */
-gboolean fs_candidate_are_equal (const FsCandidate *cand1,
-                                 const FsCandidate *cand2)
+gboolean
+fs_candidate_are_equal (const FsCandidate *cand1,
+    const FsCandidate *cand2)
 {
   /* TODO we compare just the ip and port for now 
    * is this enough ? think about it some more */
-- 
1.5.6.5




More information about the farsight-commits mailing list