From 43c482b9c87fcf2e9cfdcf8b37599188e6c68a07 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Fri, 16 Mar 2018 13:34:04 +0100 Subject: [PATCH] src: fix indentation of params in env-inl.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/19390 Reviewed-By: James M Snell Reviewed-By: Michaƫl Zasso Reviewed-By: Anna Henningsen --- src/env-inl.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/env-inl.h b/src/env-inl.h index eff9d153b827c3..615d4b95a543bc 100644 --- a/src/env-inl.h +++ b/src/env-inl.h @@ -120,7 +120,7 @@ inline Environment* Environment::AsyncHooks::env() { // Remember to keep this code aligned with pushAsyncIds() in JS. inline void Environment::AsyncHooks::push_async_ids(double async_id, - double trigger_async_id) { + double trigger_async_id) { // Since async_hooks is experimental, do only perform the check // when async_hooks is enabled. if (fields_[kCheck] > 0) { @@ -533,9 +533,9 @@ inline void Environment::set_fs_stats_field_array(double* fields) { } void Environment::CreateImmediate(native_immediate_callback cb, - void* data, - v8::Local obj, - bool ref) { + void* data, + v8::Local obj, + bool ref) { native_immediate_callbacks_.push_back({ cb, data,