Fix svn properties and some minor indentation
authorColin Guthrie <pulse@colin.guthr.ie>
Sun, 4 May 2008 01:26:29 +0000 (01:26 +0000)
committerColin Guthrie <pulse@colin.guthr.ie>
Wed, 8 Oct 2008 19:32:06 +0000 (20:32 +0100)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/coling@2363 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/modules/rtp/rtsp.c
src/modules/rtp/rtsp.h

index 9f4d5e4..d844072 100644 (file)
@@ -321,7 +321,7 @@ static void on_connection(pa_socket_client *sc, pa_iochannel *io, void *userdata
             res = inet_ntop(AF_INET6, &sa.in6.sin6_addr, buf, sizeof(buf));
         }
         if (res)
-          c->localip = pa_xstrdup(res);
+            c->localip = pa_xstrdup(res);
     }
 }
 
index 8d86f7b..181d085 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef foortsphfoo
 #define foortsphfoo
 
-/* $Id: rtp.h 1465 2007-05-29 17:24:48Z lennart $ */
+/* $Id$ */
 
 /***
   This file is part of PulseAudio.