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