Commit b39f9697 by Philip Kelley

Fix whitespace in src/win32/version.h

parent 5c5eeba6
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include <windows.h> #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()); WORD wVersion = LOWORD(GetVersion());
...@@ -17,4 +17,4 @@ GIT_INLINE(int) git_has_win32_version(int major, int minor) ...@@ -17,4 +17,4 @@ GIT_INLINE(int) git_has_win32_version(int major, int minor)
(LOBYTE(wVersion) == major && HIBYTE(wVersion) >= minor); (LOBYTE(wVersion) == major && HIBYTE(wVersion) >= minor);
} }
#endif #endif
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment