Updated clang-format to version 15
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
namespace clanguml::t00041 {
|
||||
|
||||
struct B {
|
||||
};
|
||||
struct B { };
|
||||
|
||||
struct A {
|
||||
};
|
||||
struct A { };
|
||||
|
||||
class AA : public A {
|
||||
};
|
||||
class AA : public A { };
|
||||
|
||||
struct R {
|
||||
};
|
||||
struct R { };
|
||||
|
||||
struct RR;
|
||||
|
||||
@@ -18,15 +14,12 @@ struct D {
|
||||
RR *rr;
|
||||
};
|
||||
|
||||
struct E {
|
||||
};
|
||||
struct E { };
|
||||
|
||||
struct F {
|
||||
};
|
||||
struct F { };
|
||||
|
||||
namespace detail {
|
||||
struct G {
|
||||
};
|
||||
struct G { };
|
||||
} // namespace detail
|
||||
|
||||
struct RR : public R {
|
||||
@@ -35,18 +28,14 @@ struct RR : public R {
|
||||
detail::G *g;
|
||||
};
|
||||
|
||||
struct RRR : public RR {
|
||||
};
|
||||
struct RRR : public RR { };
|
||||
|
||||
namespace ns1 {
|
||||
struct N {
|
||||
};
|
||||
struct N { };
|
||||
|
||||
struct NN : public N {
|
||||
};
|
||||
struct NN : public N { };
|
||||
|
||||
struct NM : public N {
|
||||
};
|
||||
struct NM : public N { };
|
||||
}
|
||||
|
||||
} // namespace clanguml::t00041
|
||||
|
||||
Reference in New Issue
Block a user