aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/workarounds
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-05-11 08:00:44 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-05-11 08:00:44 -0700
commitb574c6066b29ef0a2153c05ec4273bcd04864b9e (patch)
treecd189ee7e0cc1820c8c95b8b3e25626130a1bb2a /src/core/ext/filters/workarounds
parent96e198ab9f52ef76c9fb1ed079c20532d302ad53 (diff)
clang-format
Diffstat (limited to 'src/core/ext/filters/workarounds')
-rw-r--r--src/core/ext/filters/workarounds/workaround_utils.c1
-rw-r--r--src/core/ext/filters/workarounds/workaround_utils.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ext/filters/workarounds/workaround_utils.c b/src/core/ext/filters/workarounds/workaround_utils.c
index c6002e3fb9..1c565388e1 100644
--- a/src/core/ext/filters/workarounds/workaround_utils.c
+++ b/src/core/ext/filters/workarounds/workaround_utils.c
@@ -63,4 +63,3 @@ void grpc_register_workaround(uint32_t id, user_agent_parser parser) {
GPR_ASSERT(id < GRPC_MAX_WORKAROUND_ID);
ua_parser[id] = parser;
}
-
diff --git a/src/core/ext/filters/workarounds/workaround_utils.h b/src/core/ext/filters/workarounds/workaround_utils.h
index f4c6e5b14d..7cd70c12d8 100644
--- a/src/core/ext/filters/workarounds/workaround_utils.h
+++ b/src/core/ext/filters/workarounds/workaround_utils.h
@@ -50,4 +50,3 @@ typedef bool (*user_agent_parser)(grpc_mdelem);
void grpc_register_workaround(uint32_t id, user_agent_parser parser);
#endif
-