Fixed formatting
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user