aboutsummaryrefslogtreecommitdiff
path: root/games/battlestar/getcom.c
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 03:37:36 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 03:37:36 +0000
commit010f5413b5781bc362fde190ec835a424ec8d28e (patch)
tree4d8ac7e75ac179a918a76def244de6e3f3314e76 /games/battlestar/getcom.c
parent2162b2d2265b5a190e84216b529977d83162f9cc (diff)
Remove trailing whitespace.
Notes
Notes: svn path=/head/; revision=8856
Diffstat (limited to 'games/battlestar/getcom.c')
-rw-r--r--games/battlestar/getcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/battlestar/getcom.c b/games/battlestar/getcom.c
index d852910fee6b..d441921eb34b 100644
--- a/games/battlestar/getcom.c
+++ b/games/battlestar/getcom.c
@@ -45,7 +45,7 @@ getcom(buf, size, prompt, error)
char *prompt, *error;
{
for (;;) {
- fputs(prompt, stdout);
+ fputs(prompt, stdout);
if (fgets(buf, size, stdin) == 0) {
clearerr(stdin);
continue;