Skip to content

Commit

Permalink
WIP: format check
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <[email protected]>
  • Loading branch information
glatosinski committed Jan 22, 2024
1 parent 9102550 commit 8a1de4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cameracapture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,7 @@ int CameraCapture::printControl(v4l2_queryctrl &queryctrl) const
void CameraCapture::printControls() const
{
int value;
std::cout << "\nCONTROLS\n"
<< "------------------\n";
std::cout << "\nCONTROLS\n" << "------------------\n";

struct v4l2_queryctrl queryctrl;
memset(&queryctrl, 0, sizeof(queryctrl));
Expand Down

0 comments on commit 8a1de4f

Please sign in to comment.