*\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
   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
     LED_On ((1<<29));                           /* Turn on the LED. */\r
     Delay (100);                                /* delay  100 Msec */\r
   }\r
-  \r
+\r
 }\r
 \r