aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtcdc.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-10-13 19:56:52 +0000
committerBill Meier <wmeier@newsguy.com>2013-10-13 19:56:52 +0000
commit2ac134b3c5bbc4020fd64b878db984f526b432cb (patch)
treeb1e8da19850152341ebe466ee3abe9689279d938 /epan/dissectors/packet-rtcdc.c
parent59277781ffca44a2cccb5e935ce3737aabbf4da6 (diff)
whitespace fixes; mostly: remove trailing blanks
svn path=/trunk/; revision=52591
Diffstat (limited to 'epan/dissectors/packet-rtcdc.c')
-rw-r--r--epan/dissectors/packet-rtcdc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-rtcdc.c b/epan/dissectors/packet-rtcdc.c
index e1c053ead7..26debe844e 100644
--- a/epan/dissectors/packet-rtcdc.c
+++ b/epan/dissectors/packet-rtcdc.c
@@ -1,11 +1,11 @@
/*
* packet-rtcdc.c
* Routines for the RTCWeb Data Channel Protocol dissection
- * as specified in
+ * as specified in
* http://tools.ietf.org/html/draft-jesup-rtcweb-data-protocol-03
- * and the upcoming version specified in
+ * and the upcoming version specified in
* http://tools.ietf.org/html/draft-ietf-rtcweb-data-protocol-00
- * We might want to remove the support of
+ * We might want to remove the support of
* http://tools.ietf.org/html/draft-jesup-rtcweb-data-protocol-03
* in the future, but I'll leave it in for now.
* Copyright 2012 - 2013, Michael Tuexen <tuexen@wireshark.org>