apply clang-format

This commit is contained in:
Axel Kohlmeyer
2022-05-21 23:35:47 -04:00
parent 93692ce308
commit b407b2f239

View File

@ -192,9 +192,9 @@ std::string platform::os_info()
// enforce zero termination
value[1023] = '\0';
auto build = std::string(value);
if (build == "6002") {
buf = "Windows Vista";
buf = "Windows Vista";
} else if (build == "7601") {
buf = "Windows 7";
} else if (build == "9200") {