Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
d6c99643
Unverified
Commit
d6c99643
authored
Aug 17, 2023
by
Dominik Charousset
Committed by
GitHub
Aug 17, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1531
Re-enable FixNamespaceComments in clang-format
parents
39546432
3b3ad4dd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.clang-format
.clang-format
+1
-1
libcaf_test/caf/test/fixture/deterministic.cpp
libcaf_test/caf/test/fixture/deterministic.cpp
+1
-1
libcaf_test/caf/test/fixture/deterministic.hpp
libcaf_test/caf/test/fixture/deterministic.hpp
+1
-1
No files found.
.clang-format
View file @
d6c99643
...
...
@@ -24,7 +24,7 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 2
ContinuationIndentWidth: 2
Cpp11BracedListStyle: true
FixNamespaceComments:
fals
e
FixNamespaceComments:
tru
e
IncludeBlocks: Regroup
# Include order: Main header, CAF headers: test/io/openssl/net/core, 3rd-party
# headers, standard headers.
...
...
libcaf_test/caf/test/fixture/deterministic.cpp
View file @
d6c99643
...
...
@@ -321,4 +321,4 @@ size_t deterministic::dispatch_messages() {
return
result
;
}
}
// namespace caf::test
}
// namespace caf::test
::fixture
libcaf_test/caf/test/fixture/deterministic.hpp
View file @
d6c99643
...
...
@@ -440,4 +440,4 @@ private:
mailbox_element_ptr
pop_msg_impl
(
scheduled_actor
*
receiver
);
};
}
// namespace caf::test
}
// namespace caf::test
::fixture
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment