diff options
| author | Per Larsson <[email protected]> | 2022-01-22 11:11:34 +0100 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2022-01-22 11:11:34 +0100 |
| commit | aef9c292beae2245da35f60fa8c8bd9c52fd248f (patch) | |
| tree | 798c254a0a3c867b5bc79c676684de7d47de6cc9 /zen/chunk/chunk.cpp | |
| parent | Use ExtendablePathBuilders (diff) | |
| download | archived-zen-aef9c292beae2245da35f60fa8c8bd9c52fd248f.tar.xz archived-zen-aef9c292beae2245da35f60fa8c8bd9c52fd248f.zip | |
Format fix.
Diffstat (limited to 'zen/chunk/chunk.cpp')
| -rw-r--r-- | zen/chunk/chunk.cpp | 6 |
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 |