summaryrefslogtreecommitdiffstats
path: root/source/rofi-icon-fetcher.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2021-06-01 10:44:23 +0200
committerDave Davenport <qball@gmpclient.org>2021-06-01 10:44:23 +0200
commit3b297ee80dbddcfbf9f8e08bf3fd65e286b762df (patch)
treebb45a309edbf11eab7ff4771f57209862424a2f0 /source/rofi-icon-fetcher.c
parent5a7df38ccdf44117c3b9aa13fc4e951849e738d2 (diff)
Re-indent the code using indenter.
Diffstat (limited to 'source/rofi-icon-fetcher.c')
-rw-r--r--source/rofi-icon-fetcher.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/rofi-icon-fetcher.c b/source/rofi-icon-fetcher.c
index 99fe3180..2e443578 100644
--- a/source/rofi-icon-fetcher.c
+++ b/source/rofi-icon-fetcher.c
@@ -233,9 +233,9 @@ static cairo_surface_t * rofi_icon_fetcher_get_surface_from_pixbuf ( GdkPixbuf
cairo_surface_flush ( surface );
while ( pixels < pixels_end ) {
- line = pixels;
+ line = pixels;
const guchar *line_end = line + lo;
- guchar *cline = cpixels;
+ guchar *cline = cpixels;
while ( line < line_end ) {
if ( alpha ) {