xo-reflect: cosmetic: code layout
This commit is contained in:
parent
fba8ed9c89
commit
188825d449
1 changed files with 14 additions and 13 deletions
|
|
@ -5,7 +5,8 @@
|
|||
|
||||
namespace xo {
|
||||
namespace reflect {
|
||||
std::unique_ptr<AtomicTdx> AtomicTdx::make() {
|
||||
std::unique_ptr<AtomicTdx>
|
||||
AtomicTdx::make() {
|
||||
return std::unique_ptr<AtomicTdx>(new AtomicTdx());
|
||||
} /*make*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue