From baa14a975ef92ee6fb301f0e684f56f18f2c55a7 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Fri, 3 Nov 2017 09:09:36 -0700 Subject: Update clang-format to 5.0 --- src/node/ext/server.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/node/ext/server.h') diff --git a/src/node/ext/server.h b/src/node/ext/server.h index 66b3ac5267..2a0bf19ba8 100644 --- a/src/node/ext/server.h +++ b/src/node/ext/server.h @@ -41,12 +41,12 @@ class Server : public Nan::ObjectWrap { void DestroyWrappedServer(); private: - explicit Server(grpc_server *server); + explicit Server(grpc_server* server); ~Server(); // Prevent copying - Server(const Server &); - Server &operator=(const Server &); + Server(const Server&); + Server& operator=(const Server&); void ShutdownServer(); @@ -56,11 +56,11 @@ class Server : public Nan::ObjectWrap { static NAN_METHOD(Start); static NAN_METHOD(TryShutdown); static NAN_METHOD(ForceShutdown); - static Nan::Callback *constructor; + static Nan::Callback* constructor; static Nan::Persistent fun_tpl; - grpc_server *wrapped_server; - grpc_completion_queue *shutdown_queue; + grpc_server* wrapped_server; + grpc_completion_queue* shutdown_queue; }; } // namespace node -- cgit v1.2.3