Unverified Commit d6c99643 authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Merge pull request #1531

Re-enable FixNamespaceComments in clang-format
parents 39546432 3b3ad4dd
......@@ -24,7 +24,7 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 2
ContinuationIndentWidth: 2
Cpp11BracedListStyle: true
FixNamespaceComments: false
FixNamespaceComments: true
IncludeBlocks: Regroup
# Include order: Main header, CAF headers: test/io/openssl/net/core, 3rd-party
# headers, standard headers.
......
......@@ -321,4 +321,4 @@ size_t deterministic::dispatch_messages() {
return result;
}
} // namespace caf::test
} // namespace caf::test::fixture
......@@ -440,4 +440,4 @@ private:
mailbox_element_ptr pop_msg_impl(scheduled_actor* receiver);
};
} // namespace caf::test
} // namespace caf::test::fixture
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment