Commit d634583e authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

imlib.c indentation fixes

parent 15b8e832
Loading
Loading
Loading
Loading
+35 −35
Original line number Diff line number Diff line
@@ -440,7 +440,7 @@ char *feh_http_load_image(char *url)
		}		/* while read */
		close(sockno);
		fclose(fp);
	} else if (opt.libcurl_http) {
	} else {
		CURL *curl;
		CURLcode res;
		char *sfn;