update clang-format (#666)

This commit is contained in:
ReenigneArcher 2023-01-02 11:17:02 -05:00 committed by GitHub
commit f9963ed39b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 1068 additions and 1375 deletions

View file

@ -193,4 +193,4 @@ std::vector<std::string> display_names(mem_type_e hwdevice_type) {
return display_names;
}
}
} // namespace platf

View file

@ -84,4 +84,4 @@ public:
std::unique_ptr<audio_control_t> audio_control() {
return std::make_unique<macos_audio_control_t>();
}
}
} // namespace platf