diff options
author | Roger Dingledine <arma@torproject.org> | 2003-12-17 21:14:13 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-12-17 21:14:13 +0000 |
commit | eb730c41c8a799bc61dfd7d106443fe467921caa (patch) | |
tree | 20154333f62aadb2d851d42baae6dc30a57067bf /src/common/torint.h | |
parent | 6a19e64066fc0fb362db9b16e386008807d0984c (diff) | |
download | tor-eb730c41c8a799bc61dfd7d106443fe467921caa.tar tor-eb730c41c8a799bc61dfd7d106443fe467921caa.tar.gz |
clean tabs, trailing whitespace
svn:r952
Diffstat (limited to 'src/common/torint.h')
-rw-r--r-- | src/common/torint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/torint.h b/src/common/torint.h index 96b1e8333..d3efe6212 100644 --- a/src/common/torint.h +++ b/src/common/torint.h @@ -51,7 +51,7 @@ typedef unsigned char uint8_t; #endif #endif -#if (SIZEOF_SHORT == 2) +#if (SIZEOF_SHORT == 2) #ifndef HAVE_INT16_T typedef signed short int16_t; #define HAVE_INT16_T @@ -63,7 +63,7 @@ typedef unsigned short uint16_t; #endif -#if (SIZEOF_INT == 2) +#if (SIZEOF_INT == 2) #ifndef HAVE_INT16_T typedef signed int int16_t; #define HAVE_INT16_T |