Skip to content

Commit e69b4fb

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
Fix CQS signal readability-braces-around-statements in fbcode/kineto/libkineto
Reviewed By: aaronenyeshi Differential Revision: D78795500 fbshipit-source-id: 933f6d552aa68bf7a14b9b0c0a2579a538260ea4
1 parent 186618f commit e69b4fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libkineto/src/EventProfilerController.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,9 @@ void EventProfilerController::profilerLoop() {
382382
}
383383
int sleep_time = duration_cast<milliseconds>(now - start_sleep).count();
384384

385-
if (stopRunloop_)
385+
if (stopRunloop_) {
386386
break;
387+
}
387388

388389
auto start_sample = now;
389390
profiler_->collectSample();

0 commit comments

Comments
 (0)