From 054426cc9ba68925ac61f41846d4dfd10091da92 Mon Sep 17 00:00:00 2001 From: Noah Eisen Date: Mon, 13 Nov 2017 17:25:05 -0800 Subject: [PATCH] clang fmt --- src/core/lib/iomgr/closure.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/lib/iomgr/closure.h b/src/core/lib/iomgr/closure.h index 5304158f176..50096f162f3 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 */