aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/closure.h
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@google.com>2017-11-13 17:25:05 -0800
committerGravatar Noah Eisen <ncteisen@google.com>2017-11-13 17:25:05 -0800
commit054426cc9ba68925ac61f41846d4dfd10091da92 (patch)
treedb93c9501c6cf773666e2f70509d3ecd09176efd /src/core/lib/iomgr/closure.h
parent4023fb93577b1aba2f097449d66a6d54896d778b (diff)
clang fmt
Diffstat (limited to 'src/core/lib/iomgr/closure.h')
-rw-r--r--src/core/lib/iomgr/closure.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/iomgr/closure.h b/src/core/lib/iomgr/closure.h
index 5304158f17..50096f162f 100644
--- a/src/core/lib/iomgr/closure.h
+++ b/src/core/lib/iomgr/closure.h
@@ -89,8 +89,8 @@ struct grpc_closure {
/** Arguments to be passed to "cb". */
void* cb_arg;
- /** Scheduler to schedule against: nullptr to schedule against current execution
- context */
+ /** Scheduler to schedule against: nullptr to schedule against current
+ execution context */
grpc_closure_scheduler* scheduler;
/** Once queued, the result of the closure. Before then: scratch space */