Remove trailing whitespaces

This commit is contained in:
Cheer Xiao
2013-01-21 10:34:18 +08:00
parent a0edee51fa
commit 274f018494
3 changed files with 25 additions and 25 deletions

View File

@@ -150,7 +150,7 @@ extern const wchar_t *program_name;
read( 0, &exit_read_buff, 1 ); \
exit_without_destructors( 1 ); \
} \
/**
Exit program at once, leaving an error message about running out of memory.