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/pattern.hpp b/include/pattern.hpp
index e8c61ee..7e9b126 100644
--- a/include/pattern.hpp
+++ b/include/pattern.hpp
@@ -21,8 +21,7 @@
*
* @param[in] inDevPath - the linux device path for the block device.
*/
- Pattern(std::string_view inDevPath) : Erase(inDevPath)
- {}
+ Pattern(std::string_view inDevPath) : Erase(inDevPath) {}
/** @brief writes an uncompressible random pattern to the drive, using
* default parameters. It also throws errors accordingly.