mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-03 08:46:36 +00:00
clang-format
This commit is contained in:
@@ -1319,12 +1319,14 @@ SetHook::setHook()
|
||||
}
|
||||
else if (op == hsoNSDELETE && newDirKeylet)
|
||||
{
|
||||
JLOG(ctx.j.trace()) << "Marking a namespace for destruction.... NSDELETE";
|
||||
JLOG(ctx.j.trace())
|
||||
<< "Marking a namespace for destruction.... NSDELETE";
|
||||
namespacesToDestroy.emplace(*newNamespace);
|
||||
}
|
||||
else if (oldDirKeylet)
|
||||
{
|
||||
JLOG(ctx.j.trace()) << "Marking a namespace for destruction.... non-NSDELETE";
|
||||
JLOG(ctx.j.trace())
|
||||
<< "Marking a namespace for destruction.... non-NSDELETE";
|
||||
namespacesToDestroy.emplace(*oldNamespace);
|
||||
}
|
||||
else
|
||||
|
||||
@@ -950,7 +950,7 @@ public:
|
||||
BEAST_EXPECT((*env.le(alice))[sfOwnerCount] == (fixNS ? 1 : 2));
|
||||
BEAST_EXPECT(!(env.le("alice")->isFieldPresent(sfHookStateCount)));
|
||||
}
|
||||
|
||||
|
||||
// check ExtendedHookState
|
||||
if (env.current()->rules().enabled(featureExtendedHookState))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user