Commit b39f969732bbcdd30be5a43c72eb8b3e89696cd3

Philip Kelley 2013-03-31T23:04:14

Fix whitespace in src/win32/version.h

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/src/win32/version.h b/src/win32/version.h
index 803cc60..483962b 100644
--- a/src/win32/version.h
+++ b/src/win32/version.h
@@ -9,7 +9,7 @@
 
 #include <windows.h>
 
-GIT_INLINE(int)	git_has_win32_version(int major, int minor)
+GIT_INLINE(int) git_has_win32_version(int major, int minor)
 {
 	WORD wVersion = LOWORD(GetVersion());
 
@@ -17,4 +17,4 @@ GIT_INLINE(int)	git_has_win32_version(int major, int minor)
 		(LOBYTE(wVersion) == major && HIBYTE(wVersion) >= minor);
 }
 
-#endif
\ No newline at end of file
+#endif