Skip to content

Commit

Permalink
fix clang-format error
Browse files Browse the repository at this point in the history
  • Loading branch information
vishesh committed Jun 2, 2023
1 parent c82c98c commit 4f53df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flow/Platform.actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3847,8 +3847,8 @@ void profileHandler(int sig) {
// so calling backtrace may cause a deadlock
size_t size = 0;
#else
// SOMEDAY: should we limit the maximum number of frames from backtrace beyond just available space?
size_t size = backtrace(ps->frames, net2backtraces_max - net2backtraces_offset - 2);
// SOMEDAY: should we limit the maximum number of frames from backtrace beyond just available space?
size_t size = backtrace(ps->frames, net2backtraces_max - net2backtraces_offset - 2);
#endif

ps->length = size;
Expand Down

0 comments on commit 4f53df0

Please sign in to comment.