Commit 3b3ad4dd authored by Dominik Charousset's avatar Dominik Charousset

Re-enable FixNamespaceComments in clang-format

parent 39546432
...@@ -24,7 +24,7 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true ...@@ -24,7 +24,7 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 2 ConstructorInitializerIndentWidth: 2
ContinuationIndentWidth: 2 ContinuationIndentWidth: 2
Cpp11BracedListStyle: true Cpp11BracedListStyle: true
FixNamespaceComments: false FixNamespaceComments: true
IncludeBlocks: Regroup IncludeBlocks: Regroup
# Include order: Main header, CAF headers: test/io/openssl/net/core, 3rd-party # Include order: Main header, CAF headers: test/io/openssl/net/core, 3rd-party
# headers, standard headers. # headers, standard headers.
......
...@@ -321,4 +321,4 @@ size_t deterministic::dispatch_messages() { ...@@ -321,4 +321,4 @@ size_t deterministic::dispatch_messages() {
return result; return result;
} }
} // namespace caf::test } // namespace caf::test::fixture
...@@ -440,4 +440,4 @@ private: ...@@ -440,4 +440,4 @@ private:
mailbox_element_ptr pop_msg_impl(scheduled_actor* receiver); 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