From 96287291d6d9e1e7a421d4b5663e6e8d32699a6d Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sat, 9 Jan 2016 13:17:49 +0100 Subject: [PATCH] am7xxx-modeswitch: adjust comment formatting --- examples/am7xxx-modeswitch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/am7xxx-modeswitch.c b/examples/am7xxx-modeswitch.c index 793130e..abc35d3 100644 --- a/examples/am7xxx-modeswitch.c +++ b/examples/am7xxx-modeswitch.c @@ -88,7 +88,8 @@ int main(void) goto out_libusb_close; } - /* Checking that the configuration has not changed, as suggested in + /* + * Checking that the configuration has not changed, as suggested in * http://libusb.sourceforge.net/api-1.0/caveats.html */ current_configuration = -1; -- 2.1.4