Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and stoneM2017 committed Aug 13, 2022
1 parent d3c7c43 commit 592e7dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/platform/bouffalolab/BL602/OTAImageProcessorImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ void OTAImageProcessorImpl::HandleApply(intptr_t context)
ChipLogProgress(SoftwareUpdate, "Rebooting...");
hal_reboot();
},
nullptr
);
nullptr);
}

void OTAImageProcessorImpl::HandleAbort(intptr_t context)
Expand Down

0 comments on commit 592e7dd

Please sign in to comment.