Fixed coding style.

This commit is contained in:
hiker 2014-12-03 08:19:13 +11:00
parent 9dc6425242
commit d725d97314

View File

@ -1574,8 +1574,7 @@ void CIrrDeviceWin32::getWindowsVersion(core::stringc& out)
else
out.append("Microsoft Windows Server 2008 ");
}
else
if (osvi.dwMinorVersion == 1)
else if (osvi.dwMinorVersion == 1)
{
if (osvi.wProductType == VER_NT_WORKSTATION)
out.append("Microsoft Windows 7 ");
@ -1589,8 +1588,7 @@ void CIrrDeviceWin32::getWindowsVersion(core::stringc& out)
else
out.append("Microsoft Windows Server 2012 ");
}
else
if (osvi.dwMinorVersion == 3)
else if (osvi.dwMinorVersion == 3)
{
if (osvi.wProductType == VER_NT_WORKSTATION)
out.append("Microsoft Windows 8.1 ");