cleanup: main.c: remove trailing whitespace
authorAsbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>
Thu, 2 Dec 2010 18:45:52 +0000 (18:45 +0000)
committerAsbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>
Thu, 2 Dec 2010 18:45:52 +0000 (18:45 +0000)
Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>

new_cmsis/main.c

index efd10ef..3daf11b 100644 (file)
@@ -8,9 +8,9 @@
  *\r
  * Copyright (C) 2008 ARM Limited. All rights reserved.\r
  *\r
  *\r
  * Copyright (C) 2008 ARM Limited. All rights reserved.\r
  *\r
- * ARM Limited (ARM) is supplying this software for use with Cortex-M3 \r
- * processor based microcontrollers.  This file can be freely distributed \r
- * within development tools that are supporting such ARM based processors. \r
+ * ARM Limited (ARM) is supplying this software for use with Cortex-M3\r
+ * processor based microcontrollers.  This file can be freely distributed\r
+ * within development tools that are supporting such ARM based processors.\r
  *\r
  * THIS SOFTWARE IS PROVIDED "AS IS".  NO WARRANTIES, WHETHER EXPRESS, IMPLIED\r
  * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF\r
  *\r
  * THIS SOFTWARE IS PROVIDED "AS IS".  NO WARRANTIES, WHETHER EXPRESS, IMPLIED\r
  * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF\r
@@ -75,9 +75,9 @@ int main (void) {
   if (SysTick_Config(SystemFrequency / 1000)) { /* Setup SysTick Timer for 1 msec interrupts  */\r
     while (1);                                  /* Capture error */\r
   }\r
   if (SysTick_Config(SystemFrequency / 1000)) { /* Setup SysTick Timer for 1 msec interrupts  */\r
     while (1);                                  /* Capture error */\r
   }\r
-  \r
-  LED_Config();                             \r
\r
+\r
+  LED_Config();\r
+\r
   while(1) {\r
     LED_On ((1<<29));                           /* Turn on the LED. */\r
     LED_On ((1<<18));                           /* Turn on the LED. */\r
   while(1) {\r
     LED_On ((1<<29));                           /* Turn on the LED. */\r
     LED_On ((1<<18));                           /* Turn on the LED. */\r
@@ -88,6 +88,6 @@ int main (void) {
     LED_On ((1<<29));                           /* Turn on the LED. */\r
     Delay (100);                                /* delay  100 Msec */\r
   }\r
     LED_On ((1<<29));                           /* Turn on the LED. */\r
     Delay (100);                                /* delay  100 Msec */\r
   }\r
-  \r
+\r
 }\r
 \r
 }\r
 \r