Fix whitespace: space before tab

This commit is contained in:
Markus Armbruster 2008-09-17 19:29:42 -04:00
parent db4770426e
commit a9653c475b
17 changed files with 28 additions and 28 deletions

View file

@ -114,7 +114,7 @@ turn(void)
return RET_FAIL;
}
if (fclose(fptr)) {
pr("Something went wrong closing the message.\n");
pr("Something went wrong closing the message.\n");
logerror("Could not properly close message file (%s).\n",
msgfilepath);
return RET_FAIL;