Fixed formatting

This commit is contained in:
Bartek Kryza
2022-02-16 21:46:22 +01:00
parent decab5bc45
commit b1178a8089

View File

@@ -27,15 +27,20 @@ File t00035.cc
namespace clanguml { namespace clanguml {
namespace t00035 { namespace t00035 {
struct Top {}; struct Top {
};
struct Left {}; struct Left {
};
struct Center {}; struct Center {
};
struct Bottom {}; struct Bottom {
};
struct Right {}; struct Right {
};
} // namespace t00035 } // namespace t00035
} // namespace clanguml } // namespace clanguml