summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/include/sys/cdefs.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/include/sys/cdefs.h b/sys/include/sys/cdefs.h
index e01502f..d0bbb72 100644
--- a/sys/include/sys/cdefs.h
+++ b/sys/include/sys/cdefs.h
@@ -127,12 +127,12 @@
* The above is the preferred style for this
* macro.
*/
-#define __KERNEL_META(meta_str) \
- __asm__(".section .meta.note\n" \
- ".align 4\n" \
- ".string \"" meta_str "\"\n" \
- ".previous" \
- )
+#define __KERNEL_META(meta_str) \
+ __asm__(".section .meta.note\n" \
+ ".align 4\n" \
+ ".string \"" meta_str "\"\n" \
+ ".previous" \
+ )
#define __MODULE_NAME(name) \
__used static const char *__THIS_MODULE = name