gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r16613 - gnunet/src/transport/wlan


From: gnunet
Subject: [GNUnet-SVN] r16613 - gnunet/src/transport/wlan
Date: Thu, 25 Aug 2011 17:04:58 +0200

Author: wachs
Date: 2011-08-25 17:04:58 +0200 (Thu, 25 Aug 2011)
New Revision: 16613

Modified:
   gnunet/src/transport/wlan/byteorder.h
Log:
disabled indent in define section


Modified: gnunet/src/transport/wlan/byteorder.h
===================================================================
--- gnunet/src/transport/wlan/byteorder.h       2011-08-25 14:17:53 UTC (rev 
16612)
+++ gnunet/src/transport/wlan/byteorder.h       2011-08-25 15:04:58 UTC (rev 
16613)
@@ -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
      */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]