From 37e4d38ca3a61eb843d80732a26f29668352433d Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 4 Aug 2020 15:53:16 +0200 Subject: Remove multiple empty lines find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 'N;/^\n$/D;P;D;' {} \; --- src/ui/gradient.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ui/gradient.h') diff --git a/src/ui/gradient.h b/src/ui/gradient.h index 8da20485..cbecf5d1 100644 --- a/src/ui/gradient.h +++ b/src/ui/gradient.h @@ -60,7 +60,6 @@ GdkPixbuf* meta_gradient_create_interwoven (int width, const GdkRGBA colors2[2], int thickness2); - /* Generate an alpha gradient and multiply it with the existing alpha * channel of the given pixbuf */ @@ -69,5 +68,4 @@ void meta_gradient_add_alpha (GdkPixbuf *pixbuf, int n_alphas, MetaGradientType type); - #endif -- cgit v1.2.1