[MPlayer-cvslog] r26898 - trunk/tremor/os_types.h
    diego 
    subversion at mplayerhq.hu
       
    Tue May 27 14:49:50 CEST 2008
    
    
  
Author: diego
Date: Tue May 27 14:49:50 2008
New Revision: 26898
Log:
cosmetics: Fix pointless weird indentation.
Modified:
   trunk/tremor/os_types.h
Modified: trunk/tremor/os_types.h
==============================================================================
--- trunk/tremor/os_types.h	(original)
+++ trunk/tremor/os_types.h	Tue May 27 14:49:50 2008
@@ -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 */
    
    
More information about the MPlayer-cvslog
mailing list