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
@ -254,9 +254,9 @@ class MediaSection extends MessageList.MessageListSection {
|
||||
this._players = new Map();
|
||||
|
||||
this._proxy = new DBusProxy(Gio.DBus.session,
|
||||
'org.freedesktop.DBus',
|
||||
'/org/freedesktop/DBus',
|
||||
this._onProxyReady.bind(this));
|
||||
'org.freedesktop.DBus',
|
||||
'/org/freedesktop/DBus',
|
||||
this._onProxyReady.bind(this));
|
||||
}
|
||||
|
||||
get allowed() {
|
||||
@ -294,7 +294,7 @@ class MediaSection extends MessageList.MessageListSection {
|
||||
this._addPlayer(name);
|
||||
});
|
||||
this._proxy.connectSignal('NameOwnerChanged',
|
||||
this._onNameOwnerChanged.bind(this));
|
||||
this._onNameOwnerChanged.bind(this));
|
||||
}
|
||||
|
||||
_onNameOwnerChanged(proxy, sender, [name, oldOwner, newOwner]) {
|
||||
|
Reference in New Issue
Block a user