Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuan <luan@engineer.com>2021-08-03 19:19:21 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-08-06 13:31:20 +0300
commitb95abf1559c16a0d0a669bca67f487c09a4bd8eb (patch)
tree77da2f8c567abe6061a5a9563ea0e727242bb665 /src/cares_wrap.h
parent75a96b4ad8a29da975b425b576c2efd73573af8b (diff)
src: fix align in cares_wrap.h
Co-authored-by: James M Snell <jasnell@gmail.com> PR-URL: https://github.com/nodejs/node/pull/39610 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'src/cares_wrap.h')
-rw-r--r--src/cares_wrap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cares_wrap.h b/src/cares_wrap.h
index 649450315ed..aee46a935b3 100644
--- a/src/cares_wrap.h
+++ b/src/cares_wrap.h
@@ -156,10 +156,10 @@ struct NodeAresTask final : public MemoryRetainer {
class ChannelWrap final : public AsyncWrap {
public:
ChannelWrap(
- Environment* env,
- v8::Local<v8::Object> object,
- int timeout,
- int tries);
+ Environment* env,
+ v8::Local<v8::Object> object,
+ int timeout,
+ int tries);
~ChannelWrap() override;
static void New(const v8::FunctionCallbackInfo<v8::Value>& args);