aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/byte_buffer.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-19 09:52:18 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-19 09:52:18 -0700
commit5b1c5f22f4cce36028346b11aa85767a03e62c02 (patch)
tree161630102524c8ce04904b36e0a86f0a25aa705a /src/node/ext/byte_buffer.cc
parent7366fe6df380f1860c32b656e778ad33dbc4c5b3 (diff)
Extend clang-format to C#, Node, Ruby
Diffstat (limited to 'src/node/ext/byte_buffer.cc')
-rw-r--r--src/node/ext/byte_buffer.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node/ext/byte_buffer.cc b/src/node/ext/byte_buffer.cc
index a99b96bea5..470c7ed901 100644
--- a/src/node/ext/byte_buffer.cc
+++ b/src/node/ext/byte_buffer.cc
@@ -33,10 +33,10 @@
#include <string.h>
-#include <node.h>
#include <nan.h>
-#include "grpc/grpc.h"
+#include <node.h>
#include "grpc/byte_buffer_reader.h"
+#include "grpc/grpc.h"
#include "grpc/slice.h"
#include "byte_buffer.h"