Run clang-format

This commit is contained in:
ridiculousfish
2020-01-21 14:43:17 -08:00
parent 6fb545cf9b
commit e398f66772
2 changed files with 3 additions and 2 deletions

View File

@@ -31,7 +31,8 @@ void iothread_service_completion(void);
int iothread_drain_all(void);
// Internal implementation
int iothread_perform_impl(std::function<void(void)> &&func, std::function<void(void)> &&completion, bool cant_wait = false);
int iothread_perform_impl(std::function<void(void)> &&func, std::function<void(void)> &&completion,
bool cant_wait = false);
// Template helpers
// This is the glue part of the handler-completion handoff