Remove whitespace at EOL

This commit is contained in:
zenon 2018-06-06 17:28:15 +02:00
parent 9983d25742
commit a5c402bc84

View File

@ -87,7 +87,7 @@ int strToInt(char *str)
fprintf(stderr, "[%s] Please choose a smaller node: ", pname);
return -1;
}
return (int) val;
}