aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-12-30 23:44:42 +0000
committerGuy Harris <guy@alum.mit.edu>2013-12-30 23:44:42 +0000
commite1ea055c798fcb920066811483ca2bbfcca84534 (patch)
treef63fd7307b6ec0fb63e936022293832070e319c6 /wiretap
parent53cba3e3b9b4d493ee4ca3256942ee2163a1cb9a (diff)
Clean up white space.
svn path=/trunk/; revision=54504
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/wtap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index cb09d44430..6027559737 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -412,9 +412,9 @@ struct isdn_phdr {
/*
* Status bits.
*/
-#define ATM_RAW_CELL 0x01 /* TRUE if the packet is a single cell */
-#define ATM_NO_HEC 0x02 /* TRUE if the cell has HEC stripped out */
-#define ATM_AAL2_NOPHDR 0x04 /* TRUE if the AAL2 PDU has no pseudo-header */
+#define ATM_RAW_CELL 0x01 /* TRUE if the packet is a single cell */
+#define ATM_NO_HEC 0x02 /* TRUE if the cell has HEC stripped out */
+#define ATM_AAL2_NOPHDR 0x04 /* TRUE if the AAL2 PDU has no pseudo-header */
#define ATM_REASSEMBLY_ERROR 0x08 /* TRUE if this is an incompletely-reassembled PDU */
/*