mirror of
https://github.com/fraillt/bitsery.git
synced 2026-09-07 19:10:31 +00:00
clang-format using ./format.sh
This commit is contained in:
@@ -191,14 +191,12 @@ namespace ext {
|
||||
template<>
|
||||
struct PolymorphicBaseClass<Shape>
|
||||
: PolymorphicDerivedClasses<Circle, Rectangle>
|
||||
{
|
||||
};
|
||||
{};
|
||||
|
||||
template<>
|
||||
struct PolymorphicBaseClass<Rectangle>
|
||||
: PolymorphicDerivedClasses<RoundedRectangle>
|
||||
{
|
||||
};
|
||||
{};
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user