diff rtsp.c @ 3924:0b02fd518909 libavformat

Reindent after r15317.
author rbultje
date Sun, 14 Sep 2008 13:56:12 +0000
parents 83e51bcb03c2
children 6154f62ef652
line wrap: on
line diff
--- a/rtsp.c	Sun Sep 14 13:55:21 2008 +0000
+++ b/rtsp.c	Sun Sep 14 13:56:12 2008 +0000
@@ -44,7 +44,7 @@
 };
 
 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
 };