From be6ccdbc14a328bcaad4e911a9d3ad7ffe7fe596 Mon Sep 17 00:00:00 2001
From: James Eady <jmeady@google.com>
Date: Thu, 4 May 2017 10:41:24 -0400
Subject: [PATCH] Proper clang formatting.

---
 src/compiler/cpp_generator.cc | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/compiler/cpp_generator.cc b/src/compiler/cpp_generator.cc
index bbf17314e9..a1a0258c68 100644
--- a/src/compiler/cpp_generator.cc
+++ b/src/compiler/cpp_generator.cc
@@ -805,11 +805,10 @@ void PrintHeaderService(grpc_generator::Printer *printer,
   printer->Indent();
 
   // Service metadata
-  printer->Print(
-      *vars,
-      "static constexpr char const* service_full_name() {\n"
-      "  return \"$Package$$Service$\";\n"
-      "}\n");
+  printer->Print(*vars,
+                 "static constexpr char const* service_full_name() {\n"
+                 "  return \"$Package$$Service$\";\n"
+                 "}\n");
 
   // Client side
   printer->Print(
-- 
GitLab