Skip to content

Commit 6050add

Browse files
committed
src: fix indentation of params in env-inl.h
PR-URL: #19390 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 8c46fa6 commit 6050add

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/env-inl.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ inline Environment* Environment::AsyncHooks::env() {
121121

122122
// Remember to keep this code aligned with pushAsyncIds() in JS.
123123
inline void Environment::AsyncHooks::push_async_ids(double async_id,
124-
double trigger_async_id) {
124+
double trigger_async_id) {
125125
// Since async_hooks is experimental, do only perform the check
126126
// when async_hooks is enabled.
127127
if (fields_[kCheck] > 0) {
@@ -498,9 +498,9 @@ Environment::file_handle_read_wrap_freelist() {
498498
}
499499

500500
void Environment::CreateImmediate(native_immediate_callback cb,
501-
void* data,
502-
v8::Local<v8::Object> obj,
503-
bool ref) {
501+
void* data,
502+
v8::Local<v8::Object> obj,
503+
bool ref) {
504504
native_immediate_callbacks_.push_back({
505505
cb,
506506
data,

0 commit comments

Comments
 (0)