Skip to content

Commit

Permalink
src: fix indentation of params in env-inl.h
Browse files Browse the repository at this point in the history
PR-URL: #19390
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
danbev authored and MylesBorins committed Mar 20, 2018
1 parent b2e4785 commit 3043330
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/env-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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<v8::Object> obj,
bool ref) {
void* data,
v8::Local<v8::Object> obj,
bool ref) {
native_immediate_callbacks_.push_back({
cb,
data,
Expand Down

0 comments on commit 3043330

Please sign in to comment.