chenBright commented on code in PR #2819:
URL: https://github.com/apache/brpc/pull/2819#discussion_r1849423762


##########
src/bthread/parking_lot.h:
##########
@@ -40,7 +41,7 @@ class BAIDU_CACHELINE_ALIGNMENT ParkingLot {
         int val;
     };
 
-    ParkingLot() : _pending_signal(0) {}
+    ParkingLot() : _pending_signal(0){}

Review Comment:
   这里的空格不需要删吧



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to