Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Mar 2, 2023
1 parent df20eb2 commit 2bb37f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PerfTools/JeProf/interface/jeprof.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

namespace jeprof {
void makeHeapDump();
void makeHeapDump();
}
2 changes: 1 addition & 1 deletion PerfTools/JeProf/src/jeprof.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ namespace jeprof {
const char *fileName = final.c_str();
mallctl("prof.dump", nullptr, nullptr, &fileName, sizeof(const char *));
}
}
} // namespace jeprof

0 comments on commit 2bb37f4

Please sign in to comment.