summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuan <luan@engineer.com>2021-08-03 13:19:21 -0300
committerMichaël Zasso <targos@protonmail.com>2021-09-04 09:56:27 +0200
commit1aa2080d2932474f01c6c4f5fd48ff74f2c83100 (patch)
tree2ab36e6131d691cdd54e8358fce60260f33c2c00 /src
parentdefb77cac95d607a97a28ac4b6fb79b3adfa6beb (diff)
downloadnode-new-1aa2080d2932474f01c6c4f5fd48ff74f2c83100.tar.gz
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')
-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 3cd6981bf5..60f99e65ed 100644
--- a/src/cares_wrap.h
+++ b/src/cares_wrap.h
@@ -148,10 +148,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);