From f06277793007a3ba32f73c188c8c807ed3651e02 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 29 Dec 2010 16:43:26 +0100 Subject: More whitespace fixes. --- examples/stm32-h103/usb_cdcacm/cdc.h | 4 ++-- examples/stm32-h103/usb_cdcacm/cdcacm.c | 3 +-- examples/stm32-h103/usb_dfu/dfu.h | 2 +- examples/stm32-h103/usb_dfu/usbdfu.c | 3 +-- examples/stm32-h103/usb_hid/hid.h | 4 ++-- examples/stm32-h103/usb_hid/usbhid.c | 3 +-- examples/stm32-h103/usb_iap/usbiap.c | 3 +-- 7 files changed, 9 insertions(+), 13 deletions(-) (limited to 'examples/stm32-h103') diff --git a/examples/stm32-h103/usb_cdcacm/cdc.h b/examples/stm32-h103/usb_cdcacm/cdc.h index c67b5e9..db0f2bc 100644 --- a/examples/stm32-h103/usb_cdcacm/cdc.h +++ b/examples/stm32-h103/usb_cdcacm/cdc.h @@ -1,7 +1,7 @@ /* * This file is part of the libopenstm32 project. * - * Copyright (C) 2010 Gareth McMullin + * Copyright (C) 2010 Gareth McMullin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ + #ifndef __CDC_H #define __CDC_H @@ -125,4 +126,3 @@ struct usb_cdc_notification { } __attribute__((packed)); #endif - diff --git a/examples/stm32-h103/usb_cdcacm/cdcacm.c b/examples/stm32-h103/usb_cdcacm/cdcacm.c index 6029ece..d11d9a0 100644 --- a/examples/stm32-h103/usb_cdcacm/cdcacm.c +++ b/examples/stm32-h103/usb_cdcacm/cdcacm.c @@ -1,7 +1,7 @@ /* * This file is part of the libopenstm32 project. * - * Copyright (C) 2010 Gareth McMullin + * Copyright (C) 2010 Gareth McMullin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -243,4 +243,3 @@ int main(void) while (1) usbd_poll(); } - diff --git a/examples/stm32-h103/usb_dfu/dfu.h b/examples/stm32-h103/usb_dfu/dfu.h index e4e4b23..cca07cb 100644 --- a/examples/stm32-h103/usb_dfu/dfu.h +++ b/examples/stm32-h103/usb_dfu/dfu.h @@ -1,7 +1,7 @@ /* * This file is part of the libopenstm32 project. * - * Copyright (C) 2010 Gareth McMullin + * Copyright (C) 2010 Gareth McMullin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/examples/stm32-h103/usb_dfu/usbdfu.c b/examples/stm32-h103/usb_dfu/usbdfu.c index 9e72318..7f17ec8 100644 --- a/examples/stm32-h103/usb_dfu/usbdfu.c +++ b/examples/stm32-h103/usb_dfu/usbdfu.c @@ -1,7 +1,7 @@ /* * This file is part of the libopenstm32 project. * - * Copyright (C) 2010 Gareth McMullin + * Copyright (C) 2010 Gareth McMullin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -295,4 +295,3 @@ int main(void) while (1) usbd_poll(); } - diff --git a/examples/stm32-h103/usb_hid/hid.h b/examples/stm32-h103/usb_hid/hid.h index 4690103..6804cab 100644 --- a/examples/stm32-h103/usb_hid/hid.h +++ b/examples/stm32-h103/usb_hid/hid.h @@ -1,7 +1,7 @@ /* * This file is part of the libopenstm32 project. * - * Copyright (C) 2010 Gareth McMullin + * Copyright (C) 2010 Gareth McMullin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ + #ifndef __HID_H #define __HID_H @@ -35,4 +36,3 @@ struct usb_hid_descriptor { } __attribute__((packed)); #endif - diff --git a/examples/stm32-h103/usb_hid/usbhid.c b/examples/stm32-h103/usb_hid/usbhid.c index e27dac7..f98448c 100644 --- a/examples/stm32-h103/usb_hid/usbhid.c +++ b/examples/stm32-h103/usb_hid/usbhid.c @@ -1,7 +1,7 @@ /* * This file is part of the libopenstm32 project. * - * Copyright (C) 2010 Gareth McMullin + * Copyright (C) 2010 Gareth McMullin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -273,4 +273,3 @@ void sys_tick_handler(void) usbd_ep_write_packet(0x81, buf, 4); } - diff --git a/examples/stm32-h103/usb_iap/usbiap.c b/examples/stm32-h103/usb_iap/usbiap.c index 9e72318..7f17ec8 100644 --- a/examples/stm32-h103/usb_iap/usbiap.c +++ b/examples/stm32-h103/usb_iap/usbiap.c @@ -1,7 +1,7 @@ /* * This file is part of the libopenstm32 project. * - * Copyright (C) 2010 Gareth McMullin + * Copyright (C) 2010 Gareth McMullin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -295,4 +295,3 @@ int main(void) while (1) usbd_poll(); } - -- cgit v1.2.3