Skip to content

Commit 43c482b

Browse files
danbevMylesBorins
authored andcommitted
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 054dd28 commit 43c482b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/env-inl.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ inline Environment* Environment::AsyncHooks::env() {
120120

121121
// Remember to keep this code aligned with pushAsyncIds() in JS.
122122
inline void Environment::AsyncHooks::push_async_ids(double async_id,
123-
double trigger_async_id) {
123+
double trigger_async_id) {
124124
// Since async_hooks is experimental, do only perform the check
125125
// when async_hooks is enabled.
126126
if (fields_[kCheck] > 0) {
@@ -533,9 +533,9 @@ inline void Environment::set_fs_stats_field_array(double* fields) {
533533
}
534534

535535
void Environment::CreateImmediate(native_immediate_callback cb,
536-
void* data,
537-
v8::Local<v8::Object> obj,
538-
bool ref) {
536+
void* data,
537+
v8::Local<v8::Object> obj,
538+
bool ref) {
539539
native_immediate_callbacks_.push_back({
540540
cb,
541541
data,

0 commit comments

Comments
 (0)