mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-21 10:27:36 +02:00
Fix indentations
This commit is contained in:
parent
ee20d08080
commit
3067560f7b
2 changed files with 6 additions and 5 deletions
|
@ -516,10 +516,10 @@ Server::switchScreen(BaseClientProxy* dst,
|
|||
|
||||
// send the clipboard data to new active screen
|
||||
m_sendClipboardThread = new Thread(
|
||||
new TMethodJob<Server>(
|
||||
this,
|
||||
&Server::sendClipboardThread,
|
||||
NULL));
|
||||
new TMethodJob<Server>(
|
||||
this,
|
||||
&Server::sendClipboardThread,
|
||||
NULL));
|
||||
|
||||
Server::SwitchToScreenInfo* info =
|
||||
Server::SwitchToScreenInfo::alloc(m_active->getName());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue