]> git.proxmox.com Git - libgit2.git/blobdiff - src/win32/mingw-compat.h
Tabify everything
[libgit2.git] / src / win32 / mingw-compat.h
index bd12de88c675d745f31dd7d6932213269e529b70..7207d882f018827ca79003980bc8e492a18cd72c 100644 (file)
@@ -17,7 +17,7 @@
 /* stat: file mode type testing macros */
 # define _S_IFLNK 0120000
 # define S_IFLNK _S_IFLNK
-# define S_ISLNK(m)  (((m) & _S_IFMT) == _S_IFLNK)
+# define S_ISLNK(m) (((m) & _S_IFMT) == _S_IFLNK)
 
 #endif