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/core/group-props.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/group-props.c') diff --git a/src/core/group-props.c b/src/core/group-props.c index 23d10b88..1f25ba11 100644 --- a/src/core/group-props.c +++ b/src/core/group-props.c @@ -48,8 +48,6 @@ static void reload_prop_value (MetaGroup *group, static MetaGroupPropHooks* find_hooks (MetaDisplay *display, Atom property); - - void meta_group_reload_property (MetaGroup *group, Atom property) -- cgit v1.2.1