Skip to content
Snippets Groups Projects
Commit d9cee6f2 authored by David Garcia Quintas's avatar David Garcia Quintas
Browse files

moar clang-format

parent 3856a972
No related branches found
No related tags found
No related merge requests found
......@@ -222,7 +222,6 @@ static void add_pending_ping(pending_ping **root, grpc_closure *notify) {
*root = pping;
}
/*
* glb_lb_policy
*/
......@@ -693,7 +692,6 @@ static void glb_notify_on_state_change(grpc_exec_ctx *exec_ctx,
gpr_mu_unlock(&glb_policy->mu);
}
/*
* lb_client_data
*
......
......@@ -31,11 +31,11 @@
*
*/
#include <cinttypes>
#include <cstdarg>
#include <cstdint>
#include <cstring>
#include <string>
#include <cstdint>
#include <cinttypes>
extern "C" {
#include <grpc/grpc.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment