diff --git a/src/sbbs3/getstr.cpp b/src/sbbs3/getstr.cpp
index dfb7a4705d7d10c011c77cf53f604a629ecf0b3f..86d2edc684bfcc3649a8f8672da1c6721d85faf2 100644
--- a/src/sbbs3/getstr.cpp
+++ b/src/sbbs3/getstr.cpp
@@ -141,7 +141,7 @@ size_t sbbs_t::getstr(char *strout, size_t maxlen, long mode)
 				bputs("\r\n\r\nYou must set your terminal to NO PARITY, "
 					"8 DATA BITS, and 1 STOP BIT (N-8-1).\7\r\n");
 				return(0); 
-			} 
+			}
 		}
 		getstr_offset=i;
 		switch(ch) {