mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-25 05:58:38 +00:00
bulk code format fix (#8707)
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
#include "src/compiler/schema_interface.h"
|
||||
|
||||
#ifndef GRPC_CUSTOM_STRING
|
||||
# include <string>
|
||||
# define GRPC_CUSTOM_STRING std::string
|
||||
#include <string>
|
||||
#define GRPC_CUSTOM_STRING std::string
|
||||
#endif
|
||||
|
||||
namespace grpc {
|
||||
@@ -16,11 +16,11 @@ typedef GRPC_CUSTOM_STRING string;
|
||||
} // namespace grpc
|
||||
|
||||
namespace grpc_ts_generator {
|
||||
grpc::string Generate(grpc_generator::File *file,
|
||||
const grpc_generator::Service *service,
|
||||
const grpc::string &filename);
|
||||
grpc::string Generate(grpc_generator::File* file,
|
||||
const grpc_generator::Service* service,
|
||||
const grpc::string& filename);
|
||||
|
||||
grpc::string GenerateInterface(grpc_generator::File *file,
|
||||
const grpc_generator::Service *service,
|
||||
const grpc::string &filename);
|
||||
grpc::string GenerateInterface(grpc_generator::File* file,
|
||||
const grpc_generator::Service* service,
|
||||
const grpc::string& filename);
|
||||
} // namespace grpc_ts_generator
|
||||
|
||||
Reference in New Issue
Block a user