mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
style: Fix stray/missing spaces
Spotted by eslint. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/607
This commit is contained in:
parent
29b04fcbf2
commit
7ac35c644e
55 changed files with 211 additions and 211 deletions
|
|
@ -54,7 +54,7 @@ var AudioDeviceSelectionDialog = GObject.registerClass({
|
|||
}
|
||||
|
||||
_getDeviceLabel(device) {
|
||||
switch(device) {
|
||||
switch (device) {
|
||||
case AudioDevice.HEADPHONES:
|
||||
return _("Headphones");
|
||||
case AudioDevice.HEADSET:
|
||||
|
|
@ -67,7 +67,7 @@ var AudioDeviceSelectionDialog = GObject.registerClass({
|
|||
}
|
||||
|
||||
_getDeviceIcon(device) {
|
||||
switch(device) {
|
||||
switch (device) {
|
||||
case AudioDevice.HEADPHONES:
|
||||
return 'audio-headphones-symbolic';
|
||||
case AudioDevice.HEADSET:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue