aboutsummaryrefslogtreecommitdiff
path: root/zen/chunk/chunk.cpp
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2022-01-22 11:11:34 +0100
committerPer Larsson <[email protected]>2022-01-22 11:11:34 +0100
commitaef9c292beae2245da35f60fa8c8bd9c52fd248f (patch)
tree798c254a0a3c867b5bc79c676684de7d47de6cc9 /zen/chunk/chunk.cpp
parentUse ExtendablePathBuilders (diff)
downloadarchived-zen-aef9c292beae2245da35f60fa8c8bd9c52fd248f.tar.xz
archived-zen-aef9c292beae2245da35f60fa8c8bd9c52fd248f.zip
Format fix.
Diffstat (limited to 'zen/chunk/chunk.cpp')
-rw-r--r--zen/chunk/chunk.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/zen/chunk/chunk.cpp b/zen/chunk/chunk.cpp
index f7ee8275e..42ea8eddc 100644
--- a/zen/chunk/chunk.cpp
+++ b/zen/chunk/chunk.cpp
@@ -64,15 +64,13 @@ struct combinable
struct task_group
{
- template <class Function>
+ template<class Function>
void run(const Function& Func)
{
Func();
}
- void wait()
- {
- }
+ void wait() {}
};
} // namespace Concurrency