From 31f4eee720fc52e02baaaece7e691c8851866acf Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Mon, 14 May 2018 15:45:17 -0700 Subject: Clang format and yapf --- tools/codegen/core/gen_stats_data.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/codegen') diff --git a/tools/codegen/core/gen_stats_data.py b/tools/codegen/core/gen_stats_data.py index 9b10c67afa..33faeafc16 100755 --- a/tools/codegen/core/gen_stats_data.py +++ b/tools/codegen/core/gen_stats_data.py @@ -277,8 +277,7 @@ with open('src/core/lib/debug/stats_data.h', 'w') as H: print >> H, "#else" for ctr in inst_map['Counter']: - print >> H, ("#define GRPC_STATS_INC_%s() ") % ( - ctr.name.upper()) + print >> H, ("#define GRPC_STATS_INC_%s() ") % (ctr.name.upper()) for histogram in inst_map['Histogram']: print >> H, "#define GRPC_STATS_INC_%s(value)" % ( histogram.name.upper()) -- cgit v1.2.3