# HG changeset patch # User rbultje # Date 1221400572 0 # Node ID 0b02fd5189097ba118aea4ad870d1711ca926960 # Parent 83e51bcb03c2abf48440784a3ea791e15ea89602 Reindent after r15317. diff -r 83e51bcb03c2 -r 0b02fd518909 rtsp.c --- 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 };