examples: remove some trailing spaces
authorAntonio Ospite <ao2@ao2.it>
Thu, 1 Mar 2018 14:00:25 +0000 (15:00 +0100)
committerAntonio Ospite <ao2@ao2.it>
Thu, 1 Mar 2018 15:12:16 +0000 (16:12 +0100)
examples/am7xxx-modeswitch.c
examples/am7xxx-play.c

index d5bd304..c304515 100644 (file)
@@ -88,7 +88,7 @@ int main(void)
                goto out_libusb_close;
        }
 
-       /* 
+       /*
         * Checking that the configuration has not changed, as suggested in
         * http://libusb.sourceforge.net/api-1.0/caveats.html
         */
index 5dab320..81aff84 100644 (file)
@@ -440,7 +440,7 @@ static int am7xxx_play(const char *input_format_string,
 
                /* if we got the complete frame */
                if (got_frame) {
-                       /* 
+                       /*
                         * Rescaling the frame also changes its pixel format
                         * to the raw format supported by the projector if
                         * this was set in video_output_init()