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 committed Mar 18, 2018
1 parent 8c46fa6 commit 6050add
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 @@ -121,7 +121,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 @@ -498,9 +498,9 @@ Environment::file_handle_read_wrap_freelist() {
}

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 6050add

Please sign in to comment.