Skip to content

Commit

Permalink
quic: fixup lining issues in multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Mar 27, 2023
1 parent a2b787f commit 6e1b1b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/quic/data.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ namespace node {
using v8::Array;
using v8::BigInt;
using v8::Integer;
using v8::MaybeLocal;
using v8::Local;
using v8::MaybeLocal;
using v8::Undefined;
using v8::Value;

Expand Down
8 changes: 4 additions & 4 deletions src/quic/data.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ class Store final : public MemoryRetainer {
SET_SELF_SIZE(Store);

private:
template <typename T, typename t> T convert() const;
std::shared_ptr<v8::BackingStore> store_;
size_t length_ = 0;
size_t offset_ = 0;
template <typename T, typename t> T convert() const;
std::shared_ptr<v8::BackingStore> store_;
size_t length_ = 0;
size_t offset_ = 0;
};

class QuicError final : public MemoryRetainer {
Expand Down
2 changes: 1 addition & 1 deletion src/quic/preferredaddress.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#include <env.h>
#include <node_internals.h>
#include <ngtcp2/ngtcp2.h>
#include <string>
#include <v8.h>
#include <string>

namespace node {
namespace quic {
Expand Down

0 comments on commit 6e1b1b8

Please sign in to comment.