Skip to content

Commit e5a0437

Browse files
committed
[Var] Run clang-format.
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@24796 56274372-70c3-4bfc-bfc3-4c3a0b034d27
1 parent c33d71f commit e5a0437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mpt/osinfo/windows_wine_version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ inline bool current_is_wine() {
3333
#if MPT_OS_WINDOWS && !MPT_OS_WINDOWS_WINRT
3434
#if MPT_WINNT_AT_LEAST(MPT_WIN_8)
3535
const bool hasKB2533623 = true;
36-
#else // !Win8
36+
#else // !Win8
3737
bool hasKB2533623 = false;
3838
mpt::osinfo::windows::Version WindowsVersion = mpt::osinfo::windows::Version::Current();
3939
if (WindowsVersion.IsAtLeast(mpt::osinfo::windows::Version::Win8)) {

0 commit comments

Comments
 (0)