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

@@ -126,7 +126,7 @@ template<typename OBSRef> struct SignalContainer {
OBSRef ref;
vector<shared_ptr<OBSSignal>> handlers;
};
}
} // namespace
extern volatile long insideEventLoop;