aboutsummaryrefslogtreecommitdiff
path: root/examples/lisa-m/usb_dfu/usbdfu.c
diff options
context:
space:
mode:
authorUwe Hermann2010-12-29 16:43:26 +0100
committerUwe Hermann2010-12-29 16:43:26 +0100
commitf06277793007a3ba32f73c188c8c807ed3651e02 (patch)
tree0b5fd25ce08796fc62d1d48b516b0ffdc2a5baa2 /examples/lisa-m/usb_dfu/usbdfu.c
parent36931dc991e4e68ed1ac32b328be788ae1affbe1 (diff)
More whitespace fixes.
Diffstat (limited to 'examples/lisa-m/usb_dfu/usbdfu.c')
-rw-r--r--examples/lisa-m/usb_dfu/usbdfu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/lisa-m/usb_dfu/usbdfu.c b/examples/lisa-m/usb_dfu/usbdfu.c
index 9e72318..7f17ec8 100644
--- a/examples/lisa-m/usb_dfu/usbdfu.c
+++ b/examples/lisa-m/usb_dfu/usbdfu.c
@@ -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
@@ -295,4 +295,3 @@ int main(void)
while (1)
usbd_poll();
}
-