[xiph-commits] r17915 - experimental/giles/rogg

giles at svn.xiph.org giles at svn.xiph.org
Mon Mar 28 10:30:42 PDT 2011


Author: giles
Date: 2011-03-28 10:30:42 -0700 (Mon, 28 Mar 2011)
New Revision: 17915

Modified:
   experimental/giles/rogg/rogg.c
   experimental/giles/rogg/rogg_serial.c
   experimental/giles/rogg/rogg_stats.c
   experimental/giles/rogg/rogg_theora.c
Log:
Remove trailing whitespace.


Modified: experimental/giles/rogg/rogg.c
===================================================================
--- experimental/giles/rogg/rogg.c	2011-03-25 04:39:08 UTC (rev 17914)
+++ experimental/giles/rogg/rogg.c	2011-03-28 17:30:42 UTC (rev 17915)
@@ -220,7 +220,7 @@
   int i, length;
 
   rogg_page_get_length(p, &length);
-  
+
   /* calculate the CRC with the CRC header element zeroed */
   p[ROGG_OFFSET_CRC + 0] = 0;
   p[ROGG_OFFSET_CRC + 1] = 0;

Modified: experimental/giles/rogg/rogg_serial.c
===================================================================
--- experimental/giles/rogg/rogg_serial.c	2011-03-25 04:39:08 UTC (rev 17914)
+++ experimental/giles/rogg/rogg_serial.c	2011-03-28 17:30:42 UTC (rev 17915)
@@ -88,7 +88,7 @@
 	fprintf(stderr, "Interal error parsing argument '%s'.\n", argv[arg]);
 	exit(1);
       }
-      memmove(&argv[arg], &argv[arg+shift], left*sizeof(*argv));      
+      memmove(&argv[arg], &argv[arg+shift], left*sizeof(*argv));
       *argc -= shift;
     } else {
       arg++;

Modified: experimental/giles/rogg/rogg_stats.c
===================================================================
--- experimental/giles/rogg/rogg_stats.c	2011-03-25 04:39:08 UTC (rev 17914)
+++ experimental/giles/rogg/rogg_stats.c	2011-03-28 17:30:42 UTC (rev 17915)
@@ -163,4 +163,3 @@
 	hbytes, dbytes, 100.0*hbytes/dbytes);
   return 0;
 }
-

Modified: experimental/giles/rogg/rogg_theora.c
===================================================================
--- experimental/giles/rogg/rogg_theora.c	2011-03-25 04:39:08 UTC (rev 17914)
+++ experimental/giles/rogg/rogg_theora.c	2011-03-28 17:30:42 UTC (rev 17915)
@@ -155,7 +155,7 @@
       switch (argv[arg][1]) {
 	case 'v':
 	  verbose = 1;
-	  shift = 1; 
+	  shift = 1;
 	  break;
 	case 'a':
 	  aspect_set = 1;
@@ -248,7 +248,7 @@
     } else {
       if (q > p) {
 	fprintf(stdout, "Skipped %d garbage bytes at the start\n", (int)(q-p));
-      } 
+      }
       while (q < e) {
 	o = rogg_scan(q, e-q); /* find the next Ogg page */
 	if (o > q) {
@@ -312,7 +312,7 @@
 	  if (aspect_set || fps_set || crop_set) {
 	    rogg_page_update_crc(q);
 	    fprintf(stdout, "New settings:\n");
-	    print_theora_info(stdout, header.data); 
+	    print_theora_info(stdout, header.data);
 	  }
         }
 	q += header.length;



More information about the commits mailing list