The style of the indentation was changed in 206af118414355e867e725ea83bc3a2989db5a40
Signed-off-by: Sven Eckelmann sven@narfation.org --- packet.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/packet.h b/packet.h index 205879e..c90219c 100644 --- a/packet.h +++ b/packet.h @@ -23,14 +23,14 @@ #define ETH_P_BATMAN 0x4305 /* unofficial/not registered Ethertype */
enum bat_packettype { - BAT_IV_OGM = 0x01, - BAT_ICMP = 0x02, - BAT_UNICAST = 0x03, - BAT_BCAST = 0x04, - BAT_VIS = 0x05, + BAT_IV_OGM = 0x01, + BAT_ICMP = 0x02, + BAT_UNICAST = 0x03, + BAT_BCAST = 0x04, + BAT_VIS = 0x05, BAT_UNICAST_FRAG = 0x06, - BAT_TT_QUERY = 0x07, - BAT_ROAM_ADV = 0x08 + BAT_TT_QUERY = 0x07, + BAT_ROAM_ADV = 0x08 };
/* this file is included by batctl which needs these defines */