Coding Style cleanup
diff --git a/examples/stubs.c b/examples/stubs.c
index 1797274..250a9af 100644
--- a/examples/stubs.c
+++ b/examples/stubs.c
@@ -131,7 +131,7 @@
  * register
  */
 #define EXPORT_FUNC(x)			\
-        asm volatile (			\
+	asm volatile (			\
 "       .globl " #x "\n"		\
 #x ":\n"				\
 "	P0 = [P5 + %0]\n"		\