Skip to content

Commit

Permalink
Fixing astyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexarian committed Apr 20, 2022
1 parent a193b1c commit 9b86704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrdp/xrdp_wm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2278,7 +2278,7 @@ int
xrdp_wm_can_resize(struct xrdp_wm *self)
{
if (self->login_state != WMLS_CLEANUP
&& self->login_state != WMLS_INACTIVE)
&& self->login_state != WMLS_INACTIVE)
{
LOG(LOG_LEVEL_INFO, "Not trying to resize while logging in!");
LOG_DEVEL(LOG_LEVEL_INFO,
Expand Down

0 comments on commit 9b86704

Please sign in to comment.