aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-imf.h
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-imf.h
parent59277781ffca44a2cccb5e935ce3737aabbf4da6 (diff)
whitespace fixes; mostly: remove trailing blanks
svn path=/trunk/; revision=52591
Diffstat (limited to 'epan/dissectors/packet-imf.h')
-rw-r--r--epan/dissectors/packet-imf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-imf.h b/epan/dissectors/packet-imf.h
index 7f945ea00f..3bd67f89e2 100644
--- a/epan/dissectors/packet-imf.h
+++ b/epan/dissectors/packet-imf.h
@@ -24,9 +24,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-/* Find the end of the next IMF field in the tvb.
+/* Find the end of the next IMF field in the tvb.
* This is not necessarily the first \r\n as there may be continuation lines.
- *
+ *
* If we have found the last field (terminated by \r\n\r\n) we indicate this in last_field .
*/