changeset 26866:691c8dd10460

cosmetics: Fix pointless weird indentation.
author diego
date Tue, 27 May 2008 12:49:50 +0000
parents aa81249bfedb
children e61b6352f32f
files tremor/os_types.h
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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 <inttypes.h>
-   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 <inttypes.h>
+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 */