mirror of
https://github.com/brl/mutter.git
synced 2025-02-18 14:14:10 +00:00
window: Fix an if-block indentation
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2884>
This commit is contained in:
parent
9b7700b677
commit
92ac922519
@ -2648,15 +2648,15 @@ meta_window_maximize (MetaWindow *window,
|
|||||||
/* if the window hasn't been placed yet, we'll maximize it then
|
/* if the window hasn't been placed yet, we'll maximize it then
|
||||||
*/
|
*/
|
||||||
if (!window->placed)
|
if (!window->placed)
|
||||||
{
|
{
|
||||||
window->maximize_horizontally_after_placement =
|
window->maximize_horizontally_after_placement =
|
||||||
window->maximize_horizontally_after_placement ||
|
window->maximize_horizontally_after_placement ||
|
||||||
maximize_horizontally;
|
maximize_horizontally;
|
||||||
window->maximize_vertically_after_placement =
|
window->maximize_vertically_after_placement =
|
||||||
window->maximize_vertically_after_placement ||
|
window->maximize_vertically_after_placement ||
|
||||||
maximize_vertically;
|
maximize_vertically;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (window->tile_mode != META_TILE_NONE)
|
if (window->tile_mode != META_TILE_NONE)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user