aboutsummaryrefslogtreecommitdiff
path: root/src/common/torint.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-12-17 21:14:13 +0000
committerRoger Dingledine <arma@torproject.org>2003-12-17 21:14:13 +0000
commiteb730c41c8a799bc61dfd7d106443fe467921caa (patch)
tree20154333f62aadb2d851d42baae6dc30a57067bf /src/common/torint.h
parent6a19e64066fc0fb362db9b16e386008807d0984c (diff)
downloadtor-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.h4
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