From a091ceff54b19f9b12ff432d51c0886c74a08850 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 25 Aug 2011 15:04:58 +0000 Subject: [PATCH] disabled indent in define section --- src/transport/wlan/byteorder.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/transport/wlan/byteorder.h b/src/transport/wlan/byteorder.h index 798cabf74..1abc631b8 100644 --- a/src/transport/wlan/byteorder.h +++ b/src/transport/wlan/byteorder.h @@ -21,6 +21,7 @@ #ifndef _AIRCRACK_NG_BYTEORDER_H_ #define _AIRCRACK_NG_BYTEORDER_H_ + /* *INDENT-OFF* */ #define ___my_swab16(x) \ ((u_int16_t)( \ (((u_int16_t)(x) & (u_int16_t)0x00ffU) << 8) | \ @@ -42,7 +43,7 @@ (u_int64_t)(((u_int64_t)(x) & (u_int64_t)0x0000ff0000000000ULL) >> 24) | \ (u_int64_t)(((u_int64_t)(x) & (u_int64_t)0x00ff000000000000ULL) >> 40) | \ (u_int64_t)(((u_int64_t)(x) & (u_int64_t)0xff00000000000000ULL) >> 56) )) - + /* *INDENT-ON* */ /* * Linux */ -- 2.25.1