diff options
| author | Philip Kelley <phkelley@hotmail.com> | 2013-03-31 23:04:14 -0400 |
|---|---|---|
| committer | Philip Kelley <phkelley@hotmail.com> | 2013-03-31 23:04:14 -0400 |
| commit | b39f969732bbcdd30be5a43c72eb8b3e89696cd3 (patch) | |
| tree | ba373b130330995913f111cfc2fe7a275c524f48 | |
| parent | 5c5eeba6fda50e350c5e007ed5d59f8ca92ad0d8 (diff) | |
| download | libgit2-b39f969732bbcdd30be5a43c72eb8b3e89696cd3.tar.gz | |
Fix whitespace in src/win32/version.h
| -rw-r--r-- | src/win32/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/win32/version.h b/src/win32/version.h index 803cc60e2..483962b57 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 |
