From cd107a40f25f1dc4fb81661fb3282677e3eabc40 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Wed, 26 Aug 2009 13:58:17 +0000 Subject: Fix some indentation svn path=/trunk/; revision=29563 --- gtk/rtp_stream.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gtk/rtp_stream.h') diff --git a/gtk/rtp_stream.h b/gtk/rtp_stream.h index d895d6cc93..2ef9649fc2 100644 --- a/gtk/rtp_stream.h +++ b/gtk/rtp_stream.h @@ -69,8 +69,8 @@ typedef struct _rtp_stream_info { guint32 first_frame_num; /* frame number of first frame */ guint32 setup_frame_number; /* frame number of setup message */ /* start of recording (GMT) of this stream */ - guint32 start_sec; /* seconds */ - guint32 start_usec; /* microseconds */ + guint32 start_sec; /* seconds */ + guint32 start_usec; /* microseconds */ gboolean tag_vlan_error; guint32 start_rel_sec; /* start stream rel seconds */ guint32 start_rel_usec; /* start stream rel microseconds */ @@ -87,9 +87,9 @@ typedef struct _rtp_stream_info { /* tapping modes */ typedef enum { - TAP_ANALYSE, - TAP_SAVE, - TAP_MARK + TAP_ANALYSE, + TAP_SAVE, + TAP_MARK } tap_mode_t; -- cgit v1.2.1