BFD whitespace fixes
[deliverable/binutils-gdb.git] / bfd / netbsd.h
index a1fa38462bf3b70ce1d1fb9c72e5f5691bcd2f15..7a9929a6188f53b7145e4bd8f070a5fe071ea441 100644 (file)
@@ -31,7 +31,7 @@
 #define N_HEADER_IN_TEXT(x)    1
 
 /* Determine if this is a shared library using the flags.  */
-#define N_SHARED_LIB(x)        (N_DYNAMIC (x))
+#define N_SHARED_LIB(x)                (N_DYNAMIC (x))
 
 /* We have 6 bits of flags and 10 bits of machine ID.  */
 #define N_MACHTYPE(execp) \
@@ -45,7 +45,7 @@
         | (((flags) & 0x3f) << 24))
 #define N_SET_MACHTYPE(execp, machtype) \
        ((execp)->a_info = \
-         ((execp)->a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
+        ((execp)->a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
 #define N_SET_FLAGS(execp, flags) \
        ((execp)->a_info = \
         ((execp)->a_info & 0x03ffffff) | ((flags & 0x03f) << 26))
This page took 0.029101 seconds and 4 git commands to generate.