소스 검색

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
- *
  */
 
+#ifndef _BITS_UCLIBC_ARCH_FEATURES_H
+#define _BITS_UCLIBC_ARCH_FEATURES_H
 
 /* instruction used when calling abort() to kill yourself */
 #define __UCLIBC_ABORT_INSTRUCTION__	"halt"