Skip to content

Commit

Permalink
Fix lint-cpp errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pthier committed Jul 20, 2022
1 parent 566d599 commit e5ed5ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/node_os.cc
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ static void GetPriority(const FunctionCallbackInfo<Value>& args) {

args.GetReturnValue().Set(priority);
}
#endif // !__Fuchsia__
#endif // !__Fuchsia__

void Initialize(Local<Object> target,
Local<Value> unused,
Expand Down
2 changes: 1 addition & 1 deletion src/node_process_methods.cc
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ static void Initialize(Local<Object> target,
env->SetMethod(target, "_rawDebug", RawDebug);
env->SetMethod(target, "memoryUsage", MemoryUsage);
env->SetMethod(target, "rss", Rss);

#ifndef __Fuchsia__
env->SetMethod(target, "cpuUsage", CPUUsage);
env->SetMethod(target, "resourceUsage", ResourceUsage);
Expand Down

0 comments on commit e5ed5ab

Please sign in to comment.