Skip to content

Commit 4801b3f

Browse files
committed
quic: fixup lining issues in multiple files
1 parent fb27b30 commit 4801b3f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/quic/data.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ namespace node {
1111
using v8::Array;
1212
using v8::BigInt;
1313
using v8::Integer;
14-
using v8::MaybeLocal;
1514
using v8::Local;
15+
using v8::MaybeLocal;
1616
using v8::Undefined;
1717
using v8::Value;
1818

src/quic/data.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ class Store final : public MemoryRetainer {
5151
SET_SELF_SIZE(Store);
5252

5353
private:
54-
template <typename T, typename t> T convert() const;
55-
std::shared_ptr<v8::BackingStore> store_;
56-
size_t length_ = 0;
57-
size_t offset_ = 0;
54+
template <typename T, typename t> T convert() const;
55+
std::shared_ptr<v8::BackingStore> store_;
56+
size_t length_ = 0;
57+
size_t offset_ = 0;
5858
};
5959

6060
class QuicError final : public MemoryRetainer {

src/quic/preferredaddress.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#include <env.h>
66
#include <node_internals.h>
77
#include <ngtcp2/ngtcp2.h>
8-
#include <string>
98
#include <v8.h>
9+
#include <string>
1010

1111
namespace node {
1212
namespace quic {

0 commit comments

Comments
 (0)