]> source.dussan.org Git - tigervnc.git/commitdiff
Put some space between the groups of tests
authorPierre Ossman <ossman@cendio.se>
Wed, 9 Jul 2014 12:12:39 +0000 (14:12 +0200)
committerPierre Ossman <ossman@cendio.se>
Wed, 9 Jul 2014 12:16:08 +0000 (14:16 +0200)
tests/pixelconv.cxx

index 2676daa911b2adaa06e8f0a80eb74485491a3172..92011d3ecfed1ebeffcf8950f8b914f07c3af981 100644 (file)
@@ -153,6 +153,8 @@ int main(int argc, char **argv)
 
   /* rgb888 targets */
 
+  printf("\n");
+
   dstpf.parse("rgb888");
 
   srcpf.parse("rgb888");
@@ -169,6 +171,8 @@ int main(int argc, char **argv)
 
   /* rgb565 targets */
 
+  printf("\n");
+
   dstpf.parse("rgb565");
 
   srcpf.parse("rgb888");
@@ -182,6 +186,8 @@ int main(int argc, char **argv)
 
   /* rgb232 targets */
 
+  printf("\n");
+
   dstpf.parse("rgb232");
 
   srcpf.parse("rgb888");
@@ -195,6 +201,8 @@ int main(int argc, char **argv)
 
   /* rgb565 with endian conversion (both ways) */
 
+  printf("\n");
+
   dstpf = rfb::PixelFormat(32, 24, false, true, 255, 255, 255, 0, 8, 16);
   srcpf = rfb::PixelFormat(32, 24, true, true, 255, 255, 255, 0, 8, 16);