From 6dfcdef2d61c410eacb24ec21b0b4237413af387 Mon Sep 17 00:00:00 2001 From: coveobot Date: Tue, 26 Jan 2021 21:11:03 +0000 Subject: [PATCH] Clang format on branch2-11f54a5d14dcb884fcfe5b4d1c502ca2e0a39652 --- class1.h | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/class1.h b/class1.h index 4823b96..c2c0860 100644 --- a/class1.h +++ b/class1.h @@ -4,20 +4,18 @@ #pragma once #include - namespace class1 { +namespace class1 { class class1 - { +{ public: - class1(){}; + class1(){}; int method1(); - void method2(); + void method2(); void meth3(); void method4(); int method5(); int method6(); - - }; - - } // namespace class1 -#endif //CLASS1_H +}; +} // namespace class1 +#endif // CLASS1_H