Skip to content

Commit e8cc983

Browse files
andrestrakerSPadmana95
authored andcommitted
clang formatting.
1 parent 42cbfe6 commit e8cc983

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/tof-viewer/src/ADIMainCore.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -809,8 +809,7 @@ void ADIMainWindow::ShowStartWizard() {
809809
}
810810
}
811811
ImGui::SameLine();
812-
if (ImGuiExtensions::ADIButton("Close",
813-
m_is_open_device)) {
812+
if (ImGuiExtensions::ADIButton("Close", m_is_open_device)) {
814813
CameraStop();
815814
if (initCameraWorker.joinable()) {
816815
initCameraWorker.join();

0 commit comments

Comments
 (0)