removed trailing whitespaces

svn-id: r40742
This commit is contained in:
Max Horn 2009-05-20 17:53:31 +00:00
parent 4f55f1e730
commit bba91075bf
31 changed files with 97 additions and 97 deletions

View file

@ -91,7 +91,7 @@ char inputbuf[256] = "";
static const char *_debug_get_input() {
char newinpbuf[256];
printf("> ");
if (!fgets(newinpbuf, 254, stdin))
return NULL;