]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c-incpath.c
c-aux-info.c, [...]: Follow code formatting conventions.
[thirdparty/gcc.git] / gcc / c-incpath.c
index 4fd1b131ed89e71c6ce430ef6c8b7f76a697fd3c..177af983d8d0048d484704ce14f7a6aa1508f6cd 100644 (file)
@@ -37,7 +37,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 # define INO_T_EQ(A, B) (!memcmp (&(A), &(B), sizeof (A)))
 # define INO_T_COPY(DEST, SRC) memcpy(&(DEST), &(SRC), sizeof (SRC))
 #else
-# if (defined _WIN32 && ! defined (_UWIN)) || defined __MSDOS__
+# if (defined _WIN32 && !defined (_UWIN)) || defined __MSDOS__
 #  define INO_T_EQ(A, B) 0
 # else
 #  define INO_T_EQ(A, B) ((A) == (B))