Bug 1629526 - Fix whitespace lint on nsWaylandDisplay.cpp CLOSED TREE

This commit is contained in:
Bogdan Tara 2020-04-14 17:42:03 +03:00
parent 815c0bb963
commit c53091bec7

View File

@ -453,7 +453,7 @@ nsWaylandDisplay::nsWaylandDisplay(wl_display* aDisplay)
}
}
void nsWaylandDisplay::Shutdown() {
void nsWaylandDisplay::Shutdown() {
StaticMutexAutoLock lock(gWaylandDisplaysMutex);
mDispatcherThreadLoop = nullptr;
}