summaryrefslogtreecommitdiff
path: root/testing/examples/ledtest-imx27ads/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/examples/ledtest-imx27ads/test.c')
-rw-r--r--testing/examples/ledtest-imx27ads/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/examples/ledtest-imx27ads/test.c b/testing/examples/ledtest-imx27ads/test.c
index abb3bd15..467571dc 100644
--- a/testing/examples/ledtest-imx27ads/test.c
+++ b/testing/examples/ledtest-imx27ads/test.c
@@ -48,13 +48,13 @@ __gccmain()
void exit(int exit_code)
{
- while(1);
+ while (1);
} /* EXIT */
atexit()
{
- while(1);
+ while (1);
} /* ATEXIT */