mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
Remove trailing whitespace (#3668)
This commit is contained in:
@@ -43,7 +43,7 @@ int main(int argc, char** argv)
|
||||
std::cerr << " the SMTP server at <mailhost>." << std::endl;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
std::string mailhost(argv[1]);
|
||||
std::string sender(argv[2]);
|
||||
std::string recipient(argv[3]);
|
||||
|
||||
Reference in New Issue
Block a user