summaryrefslogtreecommitdiff
path: root/src/core/constraints.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-08-04 15:53:16 +0200
committerraveit65 <[email protected]>2020-08-04 16:39:25 +0200
commit37e4d38ca3a61eb843d80732a26f29668352433d (patch)
tree3ecc36df72fcaccc73a56c6713b47afd592d54d8 /src/core/constraints.c
parent85a22e754cd1f43e178e4a81c182643d4319bc5b (diff)
downloadmarco-37e4d38ca3a61eb843d80732a26f29668352433d.tar.bz2
marco-37e4d38ca3a61eb843d80732a26f29668352433d.tar.xz
Remove multiple empty lines
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 'N;/^\n$/D;P;D;' {} \;
Diffstat (limited to 'src/core/constraints.c')
-rw-r--r--src/core/constraints.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/constraints.c b/src/core/constraints.c
index 99b4077e..90b5be15 100644
--- a/src/core/constraints.c
+++ b/src/core/constraints.c
@@ -449,7 +449,6 @@ setup_constraint_info (ConstraintInfo *info,
meta_workspace_get_onxinerama_region (cur_workspace,
xinerama_info->number);
-
/* Log all this information for debugging */
meta_topic (META_DEBUG_GEOMETRY,
"Setting up constraint info:\n"
@@ -522,7 +521,6 @@ place_window_if_needed(MetaWindow *window,
meta_workspace_get_onxinerama_region (cur_workspace,
xinerama_info->number);
-
info->current.x = placed_rect.x;
info->current.y = placed_rect.y;