Noah Eisen пре 8 година
родитељ
комит
054426cc9b
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/core/lib/iomgr/closure.h

+ 2 - 2
src/core/lib/iomgr/closure.h

@@ -89,8 +89,8 @@ struct grpc_closure {
   /** Arguments to be passed to "cb". */
   /** Arguments to be passed to "cb". */
   void* cb_arg;
   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;
   grpc_closure_scheduler* scheduler;
 
 
   /** Once queued, the result of the closure. Before then: scratch space */
   /** Once queued, the result of the closure. Before then: scratch space */