Skip to content
Snippets Groups Projects
Commit 4cbaccfa authored by Craig Tiller's avatar Craig Tiller
Browse files

clang-format

parent 9b7b62b5
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,8 @@ typedef struct {
grpc_endpoint **endpoint;
} async_connect;
static void async_connect_unlock_and_cleanup(async_connect *ac, grpc_winsocket *socket) {
static void async_connect_unlock_and_cleanup(async_connect *ac,
grpc_winsocket *socket) {
int done = (--ac->refs == 0);
gpr_mu_unlock(&ac->mu);
if (done) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment