From 6ced305e55e2ffb7bbc52d6991ca392331780f73 Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ao2@ao2.it>
Date: Wed, 10 Jun 2015 12:41:57 +0200
Subject: [PATCH 1/1] am7xxx-modeswitch: add a blank line for readability

---
 examples/am7xxx-modeswitch.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/am7xxx-modeswitch.c b/examples/am7xxx-modeswitch.c
index 1230bd4..2764ab2 100644
--- a/examples/am7xxx-modeswitch.c
+++ b/examples/am7xxx-modeswitch.c
@@ -107,6 +107,7 @@ int main(void)
 	}
 
 	len = sizeof(switch_command);
+
 	transferred = 0;
 	ret = libusb_bulk_transfer(usb_device, AM7XXX_STORAGE_OUT_EP,
 				   switch_command, len, &transferred, 0);
-- 
2.1.4