Skip to content

Commit 4f53df0

Browse files
committed
fix clang-format error
1 parent c82c98c commit 4f53df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow/Platform.actor.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3847,8 +3847,8 @@ void profileHandler(int sig) {
38473847
// so calling backtrace may cause a deadlock
38483848
size_t size = 0;
38493849
#else
3850-
// SOMEDAY: should we limit the maximum number of frames from backtrace beyond just available space?
3851-
size_t size = backtrace(ps->frames, net2backtraces_max - net2backtraces_offset - 2);
3850+
// SOMEDAY: should we limit the maximum number of frames from backtrace beyond just available space?
3851+
size_t size = backtrace(ps->frames, net2backtraces_max - net2backtraces_offset - 2);
38523852
#endif
38533853

38543854
ps->length = size;

0 commit comments

Comments
 (0)