mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-23 09:10:46 +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>
|
#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());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user