mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Apply clang-format
This commit is contained in:
@@ -27,7 +27,7 @@ struct StlThreadEnvironment {
|
||||
EnvThread(std::function<void()> f) : thr_(std::move(f)) {}
|
||||
~EnvThread() { thr_.join(); }
|
||||
// This function is called when the threadpool is cancelled.
|
||||
void OnCancel() { }
|
||||
void OnCancel() {}
|
||||
|
||||
private:
|
||||
std::thread thr_;
|
||||
|
||||
Reference in New Issue
Block a user