mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-31 15:19:45 +02:00
Fixed code style
Conflicts: src/lib/arch/win32/ArchPluginWindows.cpp
This commit is contained in:
parent
88214a0d3c
commit
5a9cbc97e3
7 changed files with 10 additions and 10 deletions
|
@ -317,7 +317,7 @@ ServerApp::updateStatus()
|
|||
updateStatus("");
|
||||
}
|
||||
|
||||
void ServerApp::updateStatus( const String& msg )
|
||||
void ServerApp::updateStatus(const String& msg)
|
||||
{
|
||||
if (m_taskBarReceiver)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue