# HG changeset patch # User diego # Date 1211892590 0 # Node ID 691c8dd10460603f0f18d8bd7e25022cca51daac # Parent aa81249bfedbf9020c3bad9eb6d83b6b3dd80182 cosmetics: Fix pointless weird indentation. diff -r aa81249bfedb -r 691c8dd10460 tremor/os_types.h --- a/tremor/os_types.h Tue May 27 12:41:27 2008 +0000 +++ b/tremor/os_types.h Tue May 27 12:49:50 2008 +0000 @@ -32,11 +32,11 @@ #define _ogg_realloc realloc #define _ogg_free free - #include - typedef int64_t ogg_int64_t; - typedef int32_t ogg_int32_t; - typedef uint32_t ogg_uint32_t; - typedef uint16_t ogg_uint16_t; - typedef int16_t ogg_int16_t; +#include +typedef int64_t ogg_int64_t; +typedef int32_t ogg_int32_t; +typedef int16_t ogg_int16_t; +typedef uint32_t ogg_uint32_t; +typedef uint16_t ogg_uint16_t; #endif /* _OS_TYPES_H */