xcbXorg: Indentation
This commit is contained in:
@@ -514,7 +514,8 @@ int xcbXorg_detachDeviceReq(const hk::device::SenseDeviceSpec &spec)
|
|||||||
int newCount = --it->connection->refCount;
|
int newCount = --it->connection->refCount;
|
||||||
|
|
||||||
// If no more references, close the connection
|
// If no more references, close the connection
|
||||||
if (newCount == 0) {
|
if (newCount == 0)
|
||||||
|
{
|
||||||
XcbConnection::connections.erase(id);
|
XcbConnection::connections.erase(id);
|
||||||
std::cout << "Closed X server connection (display="
|
std::cout << "Closed X server connection (display="
|
||||||
<< id.display << ", screen=" << id.screen << ")\n";
|
<< id.display << ", screen=" << id.screen << ")\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user