Browse Source

touchup style to match other arch versions

Mike Frysinger 19 years ago
parent
commit
58fd0c1850
1 changed files with 2 additions and 5 deletions
  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"