Reindent after r15317.
authorRonald S. Bultje <rsbultje@gmail.com>
Sun, 14 Sep 2008 13:56:12 +0000 (13:56 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Sun, 14 Sep 2008 13:56:12 +0000 (13:56 +0000)
Originally committed as revision 15318 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rtsp.c

index 851a7cb..dad62d0 100644 (file)
@@ -44,7 +44,7 @@ enum RTSPClientState {
 };
 
 enum RTSPServerType {
-    RTSP_SERVER_RTP, /*< Standard-compliant RTP-server */
+    RTSP_SERVER_RTP,  /*< Standard-compliant RTP-server */
     RTSP_SERVER_REAL, /*< Realmedia-style server */
     RTSP_SERVER_LAST
 };