mirror of
https://github.com/bkryza/clang-uml.git
synced 2025-05-26 08:58:26 +08:00
Fixed formatting
This commit is contained in:
parent
decab5bc45
commit
b1178a8089
@ -27,15 +27,20 @@ File t00035.cc
|
||||
namespace clanguml {
|
||||
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 clanguml
|
||||
|
Loading…
x
Reference in New Issue
Block a user