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_input.cpp b/ikvm_input.cpp
index b900740..c3930b5 100644
--- a/ikvm_input.cpp
+++ b/ikvm_input.cpp
@@ -105,8 +105,8 @@
if (!keyboardPath.empty())
{
- keyboardFd =
- open(keyboardPath.c_str(), O_RDWR | O_CLOEXEC | O_NONBLOCK);
+ keyboardFd = open(keyboardPath.c_str(),
+ O_RDWR | O_CLOEXEC | O_NONBLOCK);
if (keyboardFd < 0)
{
log<level::ERR>("Failed to open input device",