Skip to content

Commit

Permalink
Updated C++ style
Browse files Browse the repository at this point in the history
  • Loading branch information
iiLubos committed Sep 25, 2023
1 parent 7130eeb commit 780622d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/synchronizationmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ void SynchronizationManager::onProjectSyncFailure(
}

// in case of file system error
void SynchronizationManager::onFileSystemSyncFailure(const QString &message, const QString &projectFullName)
void SynchronizationManager::onFileSystemSyncFailure( const QString &message, const QString &projectFullName )
{
if ( projectFullName.isEmpty() || !mSyncProcesses.contains( projectFullName ) )
{
Expand Down

1 comment on commit 780622d

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 23.09.457911 just submitted!

Please sign in to comment.