Fixed coding style.
This commit is contained in:
parent
9dc6425242
commit
d725d97314
@ -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 ");
|
||||
|
Loading…
Reference in New Issue
Block a user