mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-04 10:56:26 +08:00
Fixed code style
Conflicts: src/lib/arch/win32/ArchPluginWindows.cpp
This commit is contained in:
committed by
Jerry (Xinyu Hou)
parent
88214a0d3c
commit
5a9cbc97e3
@@ -317,7 +317,7 @@ ServerApp::updateStatus()
|
||||
updateStatus("");
|
||||
}
|
||||
|
||||
void ServerApp::updateStatus( const String& msg )
|
||||
void ServerApp::updateStatus(const String& msg)
|
||||
{
|
||||
if (m_taskBarReceiver)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user