From 9b5c7b69742395af12f21cd3173d17e3940d879d Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ao2@ao2.it>
Date: Thu, 1 Mar 2018 15:00:25 +0100
Subject: [PATCH 1/1] examples: remove some trailing spaces

---
 examples/am7xxx-modeswitch.c | 2 +-
 examples/am7xxx-play.c       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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()
-- 
2.1.4