aboutsummaryrefslogtreecommitdiffstats
path: root/epan/exceptions.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-12-27 21:40:48 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-12-27 21:40:48 +0000
commit050b24a2db403d3f5150556b48016db844884468 (patch)
treecbefb47df750261a7072db926070f54cf81457b0 /epan/exceptions.h
parent20fd40b4b1ad599957aabd3894dda7876b3109c4 (diff)
Get rid of trailing white space.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35277 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/exceptions.h')
-rw-r--r--epan/exceptions.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/epan/exceptions.h b/epan/exceptions.h
index 0b08ad6562..dd5b9d7f29 100644
--- a/epan/exceptions.h
+++ b/epan/exceptions.h
@@ -40,10 +40,10 @@
and a link-layer packet was cut short by that, so not all of the
data in the link-layer packet was available.
**/
-#define BoundsError 1
+#define BoundsError 1
/**
- Index is beyond reported length (not cap_len)
+ Index is beyond reported length (not cap_len)
An attempt was made to read past the logical end of a buffer. This
differs from a BoundsError in that the parent protocol established a
limit past which this dissector should not process in the buffer and that
@@ -63,7 +63,7 @@
#define ReportedBoundsError 2
/**
- During dfilter parsing
+ During dfilter parsing
**/
#define TypeError 3
@@ -76,7 +76,7 @@
Instead, use the DISSECTOR_ASSERT(), etc. macros in epan/proto.h.
**/
-#define DissectorError 4
+#define DissectorError 4
/**
Index is out of range.
@@ -87,11 +87,11 @@
to get the "size" of lun list back after which the initiator will
reissue the command with an allocation_length that is big enough.
**/
-#define ScsiBoundsError 5
+#define ScsiBoundsError 5
/**
Running out of memory.
- A dissector tried to allocate memory but that failed.
+ A dissector tried to allocate memory but that failed.
**/
#define OutOfMemoryError 6
@@ -265,7 +265,7 @@
* desired effect. \
* \
* Note also that THROW and RETHROW should provide much the same \
- * functionality in terms of which blocks to enter, so any messing \
+ * functionality in terms of which blocks to enter, so any messing \
* about with except_state in here would indicate that THROW is \
* doing the wrong thing. \
*/ \