cosmetics: Fix pointless weird indentation.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26898 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-27 12:49:50 +00:00
parent 8ac2b7bbf5
commit cf96d13960
1 changed files with 6 additions and 6 deletions

View File

@ -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 */