summaryrefslogtreecommitdiffstats
path: root/examples/stubs.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-03-12 02:55:22 +0100
committerWolfgang Denk <wd@pollux.denx.de>2006-03-12 02:55:22 +0100
commit8e7b703a62783f0e88d3a7e4b1dd1c033bc95ec8 (patch)
tree24c189eb88f7864177be3645e48b44e6e50d6304 /examples/stubs.c
parent1264b4050c6f635cc237b5821f924817457ce50c (diff)
downloadbarebox-8e7b703a62783f0e88d3a7e4b1dd1c033bc95ec8.tar.gz
barebox-8e7b703a62783f0e88d3a7e4b1dd1c033bc95ec8.tar.xz
Coding Style cleanup
Diffstat (limited to 'examples/stubs.c')
-rw-r--r--examples/stubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stubs.c b/examples/stubs.c
index 1797274eb4..250a9af6e5 100644
--- a/examples/stubs.c
+++ b/examples/stubs.c
@@ -131,7 +131,7 @@ gd_t *global_data;
* register
*/
#define EXPORT_FUNC(x) \
- asm volatile ( \
+ asm volatile ( \
" .globl " #x "\n" \
#x ":\n" \
" P0 = [P5 + %0]\n" \