aboutsummaryrefslogtreecommitdiff
path: root/src/transport/wlan
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-08-25 15:04:58 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-08-25 15:04:58 +0000
commita091ceff54b19f9b12ff432d51c0886c74a08850 (patch)
tree95b7cb7487cbaecf7a8a2e1a19ab85f5d764b21f /src/transport/wlan
parent39ef63326bf5818ee40a1101b499bf101a4f0fa9 (diff)
downloadgnunet-a091ceff54b19f9b12ff432d51c0886c74a08850.tar.gz
gnunet-a091ceff54b19f9b12ff432d51c0886c74a08850.zip
disabled indent in define section
Diffstat (limited to 'src/transport/wlan')
-rw-r--r--src/transport/wlan/byteorder.h3
1 files changed, 2 insertions, 1 deletions
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 @@
21#ifndef _AIRCRACK_NG_BYTEORDER_H_ 21#ifndef _AIRCRACK_NG_BYTEORDER_H_
22#define _AIRCRACK_NG_BYTEORDER_H_ 22#define _AIRCRACK_NG_BYTEORDER_H_
23 23
24 /* *INDENT-OFF* */
24#define ___my_swab16(x) \ 25#define ___my_swab16(x) \
25((u_int16_t)( \ 26((u_int16_t)( \
26 (((u_int16_t)(x) & (u_int16_t)0x00ffU) << 8) | \ 27 (((u_int16_t)(x) & (u_int16_t)0x00ffU) << 8) | \
@@ -42,7 +43,7 @@
42 (u_int64_t)(((u_int64_t)(x) & (u_int64_t)0x0000ff0000000000ULL) >> 24) | \ 43 (u_int64_t)(((u_int64_t)(x) & (u_int64_t)0x0000ff0000000000ULL) >> 24) | \
43 (u_int64_t)(((u_int64_t)(x) & (u_int64_t)0x00ff000000000000ULL) >> 40) | \ 44 (u_int64_t)(((u_int64_t)(x) & (u_int64_t)0x00ff000000000000ULL) >> 40) | \
44 (u_int64_t)(((u_int64_t)(x) & (u_int64_t)0xff00000000000000ULL) >> 56) )) 45 (u_int64_t)(((u_int64_t)(x) & (u_int64_t)0xff00000000000000ULL) >> 56) ))
45 46 /* *INDENT-ON* */
46 /* 47 /*
47 * Linux 48 * Linux
48 */ 49 */