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_args.hpp b/ikvm_args.hpp
index 183bbfa..089c700 100644
--- a/ikvm_args.hpp
+++ b/ikvm_args.hpp
@@ -23,8 +23,7 @@
* @param[in] c - Number of arguments
* @param[in] v - Array of arguments
*/
- CommandLine(int c, char** v) : argc(c), argv(v)
- {}
+ CommandLine(int c, char** v) : argc(c), argv(v) {}
~CommandLine() = default;
CommandLine(const CommandLine&) = default;
CommandLine& operator=(const CommandLine&) = default;