aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorUwe Hermann2010-12-29 16:43:26 +0100
committerUwe Hermann2010-12-29 16:43:26 +0100
commitf06277793007a3ba32f73c188c8c807ed3651e02 (patch)
tree0b5fd25ce08796fc62d1d48b516b0ffdc2a5baa2 /include
parent36931dc991e4e68ed1ac32b328be788ae1affbe1 (diff)
More whitespace fixes.
Diffstat (limited to 'include')
-rw-r--r--include/usbd.h4
-rw-r--r--include/usbstd.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/include/usbd.h b/include/usbd.h
index 310c44e..f65f943 100644
--- a/include/usbd.h
+++ b/include/usbd.h
@@ -1,7 +1,7 @@
/*
* This file is part of the libopenstm32 project.
*
- * Copyright (C) 2010 Gareth McMullin <gareth@blacksphere.co.nz>
+ * Copyright (C) 2010 Gareth McMullin <gareth@blacksphere.co.nz>
*
* 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 <http://www.gnu.org/licenses/>.
*/
+
#ifndef __USBD_H
#define __USBD_H
@@ -68,4 +69,3 @@ extern uint8_t usbd_ep_stall_get(uint8_t addr);
extern void usbd_cable_connect(uint8_t on);
#endif
-
diff --git a/include/usbstd.h b/include/usbstd.h
index 7c4cd37..ee969d5 100644
--- a/include/usbstd.h
+++ b/include/usbstd.h
@@ -1,7 +1,7 @@
/*
* This file is part of the libopenstm32 project.
*
- * Copyright (C) 2010 Gareth McMullin <gareth@blacksphere.co.nz>
+ * Copyright (C) 2010 Gareth McMullin <gareth@blacksphere.co.nz>
*
* 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 <http://www.gnu.org/licenses/>.
*/
+
#ifndef __USBSTD_H
#define __USBSTD_H
@@ -199,4 +200,3 @@ struct usb_string_descriptor {
} __attribute__((packed));
#endif
-