Fix trailing whitespace

This commit is contained in:
Markus Armbruster 2008-09-17 21:09:14 -04:00
parent a9653c475b
commit d702068457
509 changed files with 922 additions and 922 deletions

View file

@ -26,7 +26,7 @@
* ---
*
* info.c: display an info page
*
*
* Known contributors to this file:
* Dave Pare, 1986
* Mike Wise, 1997 - added apropos and case insensitivity
@ -79,7 +79,7 @@ info(void)
int nmatch = 0;
int width = 0;
char sep;
name = player->argp[1];
if (name) {
/*
@ -90,7 +90,7 @@ info(void)
}
if (!name || !*name)
name = "TOP";
snprintf(filename, sizeof(filename), "%s/%s", infodir, name);
fp = fopen(filename, "r");
if (fp == NULL) {