Skip to content

Commit

Permalink
strip trailing whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Utkarsh <[email protected]>
  • Loading branch information
BA-Utkarsh committed Jan 9, 2025
1 parent f87b563 commit 2393539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/plugins/visualize_frustum/VisualizeFrustum.cc
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ bool VisualizeFrustum::eventFilter(QObject *_obj, QEvent *_event)
// rendering calls here

std::lock_guard<std::mutex> lock(this->dataPtr->serviceMutex);
if (!this->dataPtr->initialized)
if (!this->dataPtr->initialized)
{
this->LoadFrustum();
}
Expand Down

0 comments on commit 2393539

Please sign in to comment.