Procházet zdrojové kódy

Proper clang formatting.

James Eady před 8 roky
rodič
revize
be6ccdbc14
1 změnil soubory, kde provedl 4 přidání a 5 odebrání
  1. 4 5
      src/compiler/cpp_generator.cc

+ 4 - 5
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(