From 85a22e754cd1f43e178e4a81c182643d4319bc5b Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 4 Aug 2020 10:39:44 +0200 Subject: Remove trailing spaces/tabs find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \; find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \; --- src/core/constraints.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/constraints.c') diff --git a/src/core/constraints.c b/src/core/constraints.c index 64ce497a..99b4077e 100644 --- a/src/core/constraints.c +++ b/src/core/constraints.c @@ -953,7 +953,7 @@ constrain_tiling (MetaWindow *window, info->resize_gravity, &allow_resize_horizontally, &allow_resize_vertically); - + window->tile_resized = TRUE; } @@ -974,11 +974,11 @@ constrain_tiling (MetaWindow *window, } if(!allow_resize_horizontally) - { + { info->current.x = target_size.x; info->current.width = target_size.width; } - + return TRUE; } -- cgit v1.2.1