Skip to content

Commit

Permalink
clang-format update (hopefully ok now)
Browse files Browse the repository at this point in the history
Co-Authored-By: pgScorpio <[email protected]>
  • Loading branch information
ann0see and pgScorpio committed Mar 27, 2022
1 parent 5407a0a commit 586c83b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/serverdlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -571,10 +571,10 @@ void CServerDlg::OnStopRecorder()
UpdateRecorderStatus ( QString() );
if ( pServer->GetRecorderErrMsg() != QString() )
{
CMsgBoxes::ShowWarning( tr ( "Recorder failed to start. "
"Please check available disk space and permissions and try again. "
"Error: " ) +
pServer->GetRecorderErrMsg() );
CMsgBoxes::ShowWarning ( tr ( "Recorder failed to start. "
"Please check available disk space and permissions and try again. "
"Error: " ) +
pServer->GetRecorderErrMsg() );
}
}

Expand Down

0 comments on commit 586c83b

Please sign in to comment.