summaryrefslogtreecommitdiff
path: root/gtk/rtp_stream.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-08-26 13:58:17 +0000
committerBill Meier <wmeier@newsguy.com>2009-08-26 13:58:17 +0000
commitcd107a40f25f1dc4fb81661fb3282677e3eabc40 (patch)
treea3ee488af52cb8c3b22bc640a378d535c1e3c827 /gtk/rtp_stream.h
parent8437debcb642d9aafaf6d2bb3969f0cb1f9181a3 (diff)
downloadwireshark-cd107a40f25f1dc4fb81661fb3282677e3eabc40.tar.gz
Fix some indentation
svn path=/trunk/; revision=29563
Diffstat (limited to 'gtk/rtp_stream.h')
-rw-r--r--gtk/rtp_stream.h10
1 files changed, 5 insertions, 5 deletions
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;