clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I2f0b9d0fb6e01ed36a2f34c750ba52de3b6d15d1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/include/duplicatable_file_handle.hpp b/include/duplicatable_file_handle.hpp
index b8f9114..5401e76 100644
--- a/include/duplicatable_file_handle.hpp
+++ b/include/duplicatable_file_handle.hpp
@@ -25,7 +25,7 @@
fileHandle.native_handle(dup(other.fileHandle.native_handle()));
return *this;
}
- DuplicatableFileHandle&
- operator=(DuplicatableFileHandle&& other) noexcept = default;
+ DuplicatableFileHandle& operator=(DuplicatableFileHandle&& other) noexcept =
+ default;
~DuplicatableFileHandle() = default;
};