summaryrefslogtreecommitdiffstats
path: root/tremor
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-27 12:49:50 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-27 12:49:50 +0000
commitcf96d139600e95e459b0a7cc60cd4be6c20fe15c (patch)
treeae7fafc4d1e0295881556bccc533674583e51633 /tremor
parent8ac2b7bbf5995968b045ab88c22cb2730b1c88e2 (diff)
downloadmpv-cf96d139600e95e459b0a7cc60cd4be6c20fe15c.tar.bz2
mpv-cf96d139600e95e459b0a7cc60cd4be6c20fe15c.tar.xz
cosmetics: Fix pointless weird indentation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26898 b3059339-0415-0410-9bf9-f77b7e298cf2
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 */