mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix coding-style
This commit is contained in:
parent
df3023db30
commit
5ce2cb023c
196 changed files with 1180 additions and 1787 deletions
|
@ -20,12 +20,10 @@ namespace sprout {
|
|||
//
|
||||
// nil_uuid
|
||||
//
|
||||
namespace {
|
||||
inline SPROUT_CONSTEXPR sprout::uuids::uuid
|
||||
nil_uuid() {
|
||||
return sprout::uuids::nil_generator()();
|
||||
}
|
||||
} // anonymous-namespace
|
||||
inline SPROUT_CONSTEXPR sprout::uuids::uuid
|
||||
nil_uuid() {
|
||||
return sprout::uuids::nil_generator()();
|
||||
}
|
||||
} // namespace uuids
|
||||
} // namespace sprout
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue