clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.
Change-Id: I520ea7fb067992065539299a2e5dfa4ff28788ab
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/ikvm_video.hpp b/ikvm_video.hpp
index 449f57e..15bbb0b 100644
--- a/ikvm_video.hpp
+++ b/ikvm_video.hpp
@@ -135,8 +135,7 @@
*/
struct Buffer
{
- Buffer() : data(nullptr), queued(false), payload(0), size(0)
- {}
+ Buffer() : data(nullptr), queued(false), payload(0), size(0) {}
~Buffer() = default;
Buffer(const Buffer&) = default;
Buffer& operator=(const Buffer&) = default;