summaryrefslogtreecommitdiff
path: root/print-forces.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-02-15 11:53:09 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-02-15 13:19:03 +0100
commit59d37c7ec5a7ce949db07d50594cca68fa724443 (patch)
treeaa38096422e05a72e68fab6cdf4843f0d361d327 /print-forces.c
parent695ce83d0ad8eeaec1e1dec218279ac2d2168189 (diff)
downloadtcpdump-59d37c7ec5a7ce949db07d50594cca68fa724443.tar.gz
Fix spaces before tabs in indentation
Diffstat (limited to 'print-forces.c')
-rw-r--r--print-forces.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/print-forces.c b/print-forces.c
index 03ea6074..e8d3af3d 100644
--- a/print-forces.c
+++ b/print-forces.c
@@ -35,17 +35,17 @@
#define TLV_HDRL 4
#define ILV_HDRL 8
-#define TOM_RSVD 0x0
-#define TOM_ASSNSETUP 0x1
-#define TOM_ASSNTEARD 0x2
-#define TOM_CONFIG 0x3
-#define TOM_QUERY 0x4
-#define TOM_EVENTNOT 0x5
-#define TOM_PKTREDIR 0x6
-#define TOM_HEARTBT 0x0F
-#define TOM_ASSNSETREP 0x11
-#define TOM_CONFIGREP 0x13
-#define TOM_QUERYREP 0x14
+#define TOM_RSVD 0x0
+#define TOM_ASSNSETUP 0x1
+#define TOM_ASSNTEARD 0x2
+#define TOM_CONFIG 0x3
+#define TOM_QUERY 0x4
+#define TOM_EVENTNOT 0x5
+#define TOM_PKTREDIR 0x6
+#define TOM_HEARTBT 0x0F
+#define TOM_ASSNSETREP 0x11
+#define TOM_CONFIGREP 0x13
+#define TOM_QUERYREP 0x14
/*
* tom_h Flags: resv1(8b):maxtlvs(4b):resv2(2b):mintlv(2b)
@@ -250,7 +250,7 @@ struct pathdata_h {
};
#define B_FULLD 0x1
-#define B_SPARD 0x2
+#define B_SPARD 0x2
#define B_RESTV 0x4
#define B_KEYIN 0x8
#define B_APPND 0x10