Skip to content

Commit

Permalink
style-fix
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Parpart <[email protected]>
  • Loading branch information
christianparpart committed Dec 31, 2024
1 parent ef5c214 commit 0b85979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contour/TerminalSessionManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ TerminalSession* TerminalSessionManager::activateSession(TerminalSession* sessio
display->calculatePageSize() + _previousActiveSession->terminal().statusLineHeight();

// Ensure that the existing session is resized to the display's size.
if(!isNewSession)
if (!isNewSession)
_activeSession->terminal().resizeScreen(totalPageSize, pixels);

display->setSession(_activeSession);
Expand Down

0 comments on commit 0b85979

Please sign in to comment.