[xiph-commits] r15585 - trunk/ogg/include/ogg

giles at svn.xiph.org giles at svn.xiph.org
Mon Dec 15 16:51:16 PST 2008


Author: giles
Date: 2008-12-15 16:51:15 -0800 (Mon, 15 Dec 2008)
New Revision: 15585

Modified:
   trunk/ogg/include/ogg/ogg.h
Log:
Whitespace cleanup.


Modified: trunk/ogg/include/ogg/ogg.h
===================================================================
--- trunk/ogg/include/ogg/ogg.h	2008-12-15 10:40:03 UTC (rev 15584)
+++ trunk/ogg/include/ogg/ogg.h	2008-12-16 00:51:15 UTC (rev 15585)
@@ -24,7 +24,7 @@
 #include <ogg/os_types.h>
 
 typedef struct {
-  void *iov_base; 
+  void *iov_base;
   size_t iov_len;
 } ogg_iovec_t;
 
@@ -93,7 +93,7 @@
   long  e_o_s;
 
   ogg_int64_t  granulepos;
-  
+
   ogg_int64_t  packetno;     /* sequence number for decode; the framing
 				knows where there's a hole in the data,
 				but we need coupling so that the codec
@@ -201,9 +201,3 @@
 #endif
 
 #endif  /* _OGG_H */
-
-
-
-
-
-



More information about the commits mailing list