Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit 3a855cc192fd117ff3fd4165e55533670918b9c2 Author: Antonio Quartulli ordex@autistici.org Date: Sun Apr 28 12:00:29 2013 +0200
batctl: remove white spaces at the beginning of the lines
Intiroduced by: 3bcf1e15714b78e8581ccbf4724cda9e20ac4aa4 ("batman-adv: reorder packet types")
Signed-off-by: Antonio Quartulli ordex@autistici.org Signed-off-by: Marek Lindner lindner_marek@yahoo.de
3a855cc192fd117ff3fd4165e55533670918b9c2 packet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/packet.h b/packet.h index 559c738..7d45890 100644 --- a/packet.h +++ b/packet.h @@ -34,7 +34,7 @@ * @BATADV_ICMP: unicast packet like IP ICMP used for ping or traceroute * @BATADV_UNICAST_TVLV: unicast packet carrying TVLV containers */ - enum batadv_packettype { +enum batadv_packettype { /* 0x00 - 0x3f: local packets or special rules for handling */ BATADV_IV_OGM = 0x00, BATADV_BCAST = 0x01, @@ -80,7 +80,7 @@ enum batadv_iv_flags { BATADV_NOT_BEST_NEXT_HOP = BIT(0), BATADV_PRIMARIES_FIRST_HOP = BIT(1), BATADV_DIRECTLINK = BIT(2), - }; +};
/* ICMP message types */ enum batadv_icmp_packettype {