From eb730c41c8a799bc61dfd7d106443fe467921caa Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 17 Dec 2003 21:14:13 +0000 Subject: clean tabs, trailing whitespace svn:r952 --- src/common/torint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/torint.h') 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 -- cgit v1.2.3