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: Ia968a74764d3bda33160a8a9890629ed3cc94d0e
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/include/erase.hpp b/include/erase.hpp
index 8acd3d8..e591043 100644
--- a/include/erase.hpp
+++ b/include/erase.hpp
@@ -12,8 +12,7 @@
/** @brief creates an erase object
* @param inDevPath the linux path for the block device
*/
- Erase(std::string_view inDevPath) : devPath(inDevPath)
- {}
+ Erase(std::string_view inDevPath) : devPath(inDevPath) {}
protected:
/* The linux path for the block device */