mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-23 05:38:41 +00:00
Fix whitespace in src/win32/version.h
This commit is contained in:
parent
5c5eeba6fd
commit
b39f969732
@ -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
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user