cleanup: Use consistent 4-space indent
This is another bit where we've made good progress, and just need a final push to complete the transition. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2866>
This commit is contained in:

committed by
Marge Bot

parent
071f92cfb6
commit
9a3913d4a0
@ -57,7 +57,7 @@ export class OsdMonitorLabeler {
|
||||
this._osdLabels = [];
|
||||
this._monitorLabels = null;
|
||||
Main.layoutManager.connect('monitors-changed',
|
||||
this._reset.bind(this));
|
||||
this._reset.bind(this));
|
||||
this._reset();
|
||||
}
|
||||
|
||||
@ -76,10 +76,11 @@ export class OsdMonitorLabeler {
|
||||
return this._client == client;
|
||||
|
||||
this._client = client;
|
||||
this._clientWatchId = Gio.bus_watch_name(Gio.BusType.SESSION, client, 0, null,
|
||||
(c, name) => {
|
||||
this.hide(name);
|
||||
});
|
||||
this._clientWatchId = Gio.bus_watch_name(Gio.BusType.SESSION,
|
||||
client, 0, null,
|
||||
(c, name) => {
|
||||
this.hide(name);
|
||||
});
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user