浏览代码

touchup style to match other arch versions

Mike Frysinger 19 年之前
父节点
当前提交
58fd0c1850
共有 1 个文件被更改,包括 2 次插入5 次删除
  1. 2 5
      libc/sysdeps/linux/vax/bits/uClibc_arch_features.h

+ 2 - 5
libc/sysdeps/linux/vax/bits/uClibc_arch_features.h

@@ -1,12 +1,9 @@
-#ifndef _BITS_UCLIBC_ARCH_FEATURES_H
-#define _BITS_UCLIBC_ARCH_FEATURES_H
-
 /*
 /*
- *
  * Track misc arch-specific features that aren't config options
  * Track misc arch-specific features that aren't config options
- *
  */
  */
 
 
+#ifndef _BITS_UCLIBC_ARCH_FEATURES_H
+#define _BITS_UCLIBC_ARCH_FEATURES_H
 
 
 /* instruction used when calling abort() to kill yourself */
 /* instruction used when calling abort() to kill yourself */
 #define __UCLIBC_ABORT_INSTRUCTION__	"halt"
 #define __UCLIBC_ABORT_INSTRUCTION__	"halt"