CI: Update to clang-format 16

This commit also modifies UI, libobs, and plugins.
This commit is contained in:
Ryan Foster
2023-08-10 11:51:41 -04:00
parent c81f531edb
commit 64139a6bbd
25 changed files with 65 additions and 57 deletions

View File

@@ -4863,7 +4863,7 @@ template<> struct hash<obs_key_combination_t> {
return h2;
}
};
}
} // namespace std
bool OBSBasicSettings::ScanDuplicateHotkeys(QFormLayout *layout)
{