From 395449d3dfff7365d7fb785752bf945ac589659c Mon Sep 17 00:00:00 2001 From: cy384 Date: Sat, 26 Oct 2024 18:34:56 -0400 Subject: [PATCH] fix whitespace --- ssheven-net.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ssheven-net.c b/ssheven-net.c index 6a62f31..0c77661 100644 --- a/ssheven-net.c +++ b/ssheven-net.c @@ -622,12 +622,11 @@ void* read_thread(void* arg) // disallow pasting after connection is closed DisableItem(menu, 5); - // If the remote server closes the client connection unexpectedly, call disconnect() - // to release memory and avoid the user having to manually select Disconnect and then - // Connect.. from the file menu. - - disconnect(); + // If the remote server closes the client connection unexpectedly, call disconnect() + // to release memory and avoid the user having to manually select Disconnect and then + // Connect.. from the file menu. + disconnect(); return 0; }