mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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:
parent
071f92cfb6
commit
9a3913d4a0
65 changed files with 530 additions and 494 deletions
|
|
@ -232,8 +232,13 @@ class RemoteSearchProvider {
|
|||
width, height, rowStride, hasAlpha,
|
||||
bitsPerSample, nChannels_, data,
|
||||
] = meta['icon-data'];
|
||||
gicon = Shell.util_create_pixbuf_from_data(data, GdkPixbuf.Colorspace.RGB, hasAlpha,
|
||||
bitsPerSample, width, height, rowStride);
|
||||
gicon = Shell.util_create_pixbuf_from_data(data,
|
||||
GdkPixbuf.Colorspace.RGB,
|
||||
hasAlpha,
|
||||
bitsPerSample,
|
||||
width,
|
||||
height,
|
||||
rowStride);
|
||||
}
|
||||
|
||||
if (gicon)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue