summaryrefslogtreecommitdiffstats
path: root/base/task.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/task.h')
-rw-r--r--base/task.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/task.h b/base/task.h
index 8b9ed07..447bfab 100644
--- a/base/task.h
+++ b/base/task.h
@@ -688,7 +688,7 @@ class CallbackWithReturnValueImpl
public CallbackWithReturnValue<ReturnValue>::Type {
public:
CallbackWithReturnValueImpl(T* obj, Method meth)
- : CallbackStorage<T, Method>(obj, meth) { }
+ : CallbackStorage<T, Method>(obj, meth) {}
virtual ReturnValue Run() {
return (this->obj_->*(this->meth_))();