From 4f53df04c13cfedf1805eb7b8333d23ced091fdb Mon Sep 17 00:00:00 2001 From: Vishesh Yadav Date: Fri, 2 Jun 2023 11:32:46 -0700 Subject: [PATCH] fix clang-format error --- flow/Platform.actor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flow/Platform.actor.cpp b/flow/Platform.actor.cpp index a0c32a5b26a..a6c69aa4fbe 100644 --- a/flow/Platform.actor.cpp +++ b/flow/Platform.actor.cpp @@ -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;