From c97caebccd07be7e5bae61d6d40921e01786ba06 Mon Sep 17 00:00:00 2001 From: zwelch Date: Tue, 23 Jun 2009 22:50:08 +0000 Subject: 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 --- testing/examples/ledtest-imx31pdk/test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/examples/ledtest-imx31pdk') diff --git a/testing/examples/ledtest-imx31pdk/test.c b/testing/examples/ledtest-imx31pdk/test.c index 9f3855df..8ff17a46 100644 --- a/testing/examples/ledtest-imx31pdk/test.c +++ b/testing/examples/ledtest-imx31pdk/test.c @@ -25,10 +25,10 @@ void delay() } /* MAIN ARM FUNTION */ -int main (void) +int main (void) { volatile unsigned char *led = ((volatile unsigned char *)0xB6020000); - + while (1) { *led = 0xFF; -- cgit v1.2.3