batman-adv: Use batctl indentation of bat_packettype
Commit Message
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(-)
Comments
On Friday, May 25, 2012 14:55:55 Sven Eckelmann wrote:
> 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(-)
Applied in revision 24c8078.
Thanks,
Marek
@@ -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 */