xcbXorg: Indentation

This commit is contained in:
2025-01-14 21:12:41 -04:00
parent 098b79b331
commit ff56bfce04
+2 -1
View File
@@ -514,7 +514,8 @@ int xcbXorg_detachDeviceReq(const hk::device::SenseDeviceSpec &spec)
int newCount = --it->connection->refCount;
// If no more references, close the connection
if (newCount == 0) {
if (newCount == 0)
{
XcbConnection::connections.erase(id);
std::cout << "Closed X server connection (display="
<< id.display << ", screen=" << id.screen << ")\n";