From: Antonio Ospite <ao2@ao2.it>
Date: Thu, 1 Mar 2018 14:00:25 +0000 (+0100)
Subject: examples: remove some trailing spaces
X-Git-Tag: v0.1.7~5
X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/9b5c7b69742395af12f21cd3173d17e3940d879d?ds=sidebyside

examples: remove some trailing spaces
---

diff --git a/examples/am7xxx-modeswitch.c b/examples/am7xxx-modeswitch.c
index d5bd304..c304515 100644
--- a/examples/am7xxx-modeswitch.c
+++ b/examples/am7xxx-modeswitch.c
@@ -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
 	 */
diff --git a/examples/am7xxx-play.c b/examples/am7xxx-play.c
index 5dab320..81aff84 100644
--- a/examples/am7xxx-play.c
+++ b/examples/am7xxx-play.c
@@ -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()