From 3e9b9cb345858da18d2925bbc3e6dcb5c30810c2 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 16 Nov 2011 22:19:10 +0100 Subject: usb: Coding-style fixes. --- lib/usb/usb_control.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/usb/usb_control.c') diff --git a/lib/usb/usb_control.c b/lib/usb/usb_control.c index cd3fe0f..09e7976 100644 --- a/lib/usb/usb_control.c +++ b/lib/usb/usb_control.c @@ -186,8 +186,9 @@ void _usbd_control_out(u8 ea) case LAST_DATA_OUT: if (usb_control_recv_chunk() < 0) break; - /* We have now received the full data payload. - * Invoke callback to process. + /* + * We have now received the full data payload. + * Invoke callback to process. */ if (usb_control_request_dispatch(&control_state.req)) { /* Got to status stage on success. */ -- cgit v1.2.3