0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-10 22:18:54 +02:00

ircd:Ⓜ️ Minor formatting.

This commit is contained in:
Jason Volk 2019-02-05 22:55:45 -08:00
parent ca4ef84c9f
commit ed62a4c61c
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ namespace ircd::fmt
constexpr char SPECIFIER
{
'%'
};
};
constexpr char SPECIFIER_TERMINATOR
{

View file

@ -4072,7 +4072,7 @@ ircd::m::hook::base::site::site(const json::members &members)
// Find and register all of the orphan hooks which were constructed before
// this site was constructed.
for(auto *const &hook : m::hook::base::list)
if(hook->site_name() == name())
if(hook->site_name() == name())
add(*hook);
}