Ran src/clang-format-all.sh (#5617)

This commit is contained in:
Derek Bailey
2019-11-11 09:29:37 -08:00
committed by Wouter van Oortmerssen
parent 33d5dd9bdd
commit 42c08cbca6
9 changed files with 110 additions and 94 deletions

View File

@@ -34,11 +34,11 @@
#ifndef GRPC_INTERNAL_COMPILER_SCHEMA_INTERFACE_H
#define GRPC_INTERNAL_COMPILER_SCHEMA_INTERFACE_H
#include "src/compiler/config.h"
#include <memory>
#include <vector>
#include "src/compiler/config.h"
#ifndef GRPC_CUSTOM_STRING
# include <string>
# define GRPC_CUSTOM_STRING std::string