Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit 1cb5852

Browse files
committed
Update format for clang-format 16
1 parent 3f80e43 commit 1cb5852

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

omniscidb/QueryEngine/DynamicWatchdog.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ extern "C" RUNTIME_EXPORT uint64_t dynamic_watchdog_init(unsigned ms_budget) {
4040

4141
if (ms_budget == static_cast<unsigned>(DW_DEADLINE)) {
4242
if (dw_abort.load()) {
43-
{ return 0LL; }
43+
{
44+
return 0LL;
45+
}
4446
}
4547
return dw_cycle_start + dw_cycle_budget;
4648
}

0 commit comments

Comments
 (0)