batman-adv: Use batctl indentation of bat_packettype

Message ID 1337928955-20454-1-git-send-email-sven@narfation.org (mailing list archive)
State Accepted, archived
Commit 24c80786e8ba6a0e8b1358d80a1b6c6559ab9f25
Headers

Commit Message

Sven Eckelmann May 25, 2012, 6:55 a.m. UTC
  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

Marek Lindner June 1, 2012, 6:39 a.m. UTC | #1
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
  

Patch

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 */