summaryrefslogtreecommitdiffstats
path: root/tremor
diff options
context:
space:
mode:
Diffstat (limited to 'tremor')
-rw-r--r--tremor/os_types.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/tremor/os_types.h b/tremor/os_types.h
index b3ccc85658..560ec8ff7d 100644
--- a/tremor/os_types.h
+++ b/tremor/os_types.h
@@ -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 */