mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
Removed newlines
This commit is contained in:
parent
5d525111e6
commit
dd18ec8c3a
1 changed files with 0 additions and 2 deletions
|
|
@ -88,9 +88,7 @@ void view_autoconfigure(struct sway_view *view) {
|
||||||
}
|
}
|
||||||
|
|
||||||
double x, y, width, height;
|
double x, y, width, height;
|
||||||
|
|
||||||
x = y = width = height = 0;
|
x = y = width = height = 0;
|
||||||
|
|
||||||
switch (view->border) {
|
switch (view->border) {
|
||||||
case B_NONE:
|
case B_NONE:
|
||||||
x = view->swayc->x;
|
x = view->swayc->x;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue