test-awful-placement: Reindent after the previous change

Only whitespace changes and reformatting of comments.

Signed-off-by: Sergey Vlasov <sigprof@gmail.com>
This commit is contained in:
Sergey Vlasov 2019-07-03 10:45:06 +03:00
parent 9e894d8fdd
commit 1c27f9d227
1 changed files with 96 additions and 95 deletions

View File

@ -90,9 +90,10 @@ add_client {
end end
} }
-- The second 100x100 window should be placed to the right of the first window. -- The second 100x100 window should be placed to the right of the first
-- Note that this assumption fails if the screen is in the portrait orientation -- window. Note that this assumption fails if the screen is in the portrait
-- (e.g., the test succeeds with a 600x703 screen and fails with 600x704). -- orientation (e.g., the test succeeds with a 600x703 screen and fails with
-- 600x704).
add_client { add_client {
geometry = function(wa) geometry = function(wa)
return { return {
@ -116,10 +117,10 @@ add_client {
end end
} }
-- The first large window which does not completely fit in any free area should -- The first large window which does not completely fit in any free area
-- be placed at the bottom left corner (no_overlap should place it below the -- should be placed at the bottom left corner (no_overlap should place it
-- wide window, and then no_offscreen should shift it up so that it would be -- below the wide window, and then no_offscreen should shift it up so that
-- completely inside the workarea). -- it would be completely inside the workarea).
add_client { add_client {
geometry = function(wa) geometry = function(wa)
return { return {
@ -155,8 +156,8 @@ add_client {
end end
} }
-- The fourth large window should be placed at the top left corner (the whole -- The fourth large window should be placed at the top left corner (the
-- workarea is occupied now). -- whole workarea is occupied now).
add_client { add_client {
geometry = function(wa) geometry = function(wa)
return { return {