[xiph-commits] r3763 - liboggz/trunk/src/tools

giles at svn.annodex.net giles at svn.annodex.net
Tue Nov 4 11:33:42 PST 2008


Author: giles
Date: 2008-11-04 11:33:42 -0800 (Tue, 04 Nov 2008)
New Revision: 3763

Modified:
   liboggz/trunk/src/tools/oggz_tools.c
Log:
Remove trailing whitespace.


Modified: liboggz/trunk/src/tools/oggz_tools.c
===================================================================
--- liboggz/trunk/src/tools/oggz_tools.c	2008-11-04 19:22:22 UTC (rev 3762)
+++ liboggz/trunk/src/tools/oggz_tools.c	2008-11-04 19:33:42 UTC (rev 3763)
@@ -41,10 +41,10 @@
 #include "dirac.h"
 
 #if defined (WIN32) || defined (__EMX__)
-#include <fcntl.h>    
+#include <fcntl.h>
 #include <io.h>
 #define snprintf _snprintf
-#endif  
+#endif
 
 #ifdef HAVE_INTTYPES_H
 #  include <inttypes.h>
@@ -211,7 +211,7 @@
   version_major = data[5];
   version_minor = data[6];
 
-  samplerate = (ogg_int64_t) (data[27] << 12) | (data[28] << 4) | 
+  samplerate = (ogg_int64_t) (data[27] << 12) | (data[28] << 4) |
                ((data[29] >> 4)&0xf);
   channels = 1 + ((data[29] >> 1)&0x7);
 
@@ -360,9 +360,9 @@
    * identify stream content using oggz_stream_get_content, identify
    * stream content name using oggz_stream_get_content_type
    */
-  
+
   serial_no = ogg_page_serialno((ogg_page *)og);
-  
+
   content = oggz_stream_get_content(oggz, serial_no);
   if (content == OGGZ_ERR_BAD_SERIALNO) return NULL;
 



More information about the commits mailing list