Remove whitespace at end of lines, step 2.

- Replace '\s*$' with ''.


git-svn-id: svn://svn.berlios.de/openocd/trunk@2380 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch
2009-06-23 22:50:08 +00:00
parent 2e77919853
commit c97caebccd
40 changed files with 700 additions and 700 deletions

View File

@@ -25,12 +25,12 @@ void delay()
}
/* MAIN ARM FUNTION */
int main (void)
int main (void)
{
int i;
int i;
volatile unsigned char *ledoff = ((volatile unsigned char *)0xD4000008);
volatile unsigned char *ledon = ((volatile unsigned char *)0xD400000C);
for (i = 0; i < 10000; i++)
{
*ledon = 0x30;