Fix annoying whitespaces at EOL

This commit is contained in:
Volker Grabsch 2012-04-30 12:37:12 +02:00
parent 4496270c3d
commit b5a8ae9cfa
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ int main(int argc, char *argv[])
(void)argv;
std::cout << "Poppler version: " << poppler::version_string() << std::endl;
return 0;
}