summaryrefslogtreecommitdiffstats
path: root/src/poppler-test.cxx
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-04-30 10:37:12 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-04-30 10:37:12 (GMT)
commitb5a8ae9cfa24f3ec960e0ee0ed0fb20ee925e219 (patch)
treea1c1f30910fe0bdd3d0054b0105a1476746f0edf /src/poppler-test.cxx
parent4496270c3dff7f088a8ca704b6ca02c23e4a8e45 (diff)
downloadmxe-b5a8ae9cfa24f3ec960e0ee0ed0fb20ee925e219.zip
mxe-b5a8ae9cfa24f3ec960e0ee0ed0fb20ee925e219.tar.gz
mxe-b5a8ae9cfa24f3ec960e0ee0ed0fb20ee925e219.tar.bz2
Fix annoying whitespaces at EOL
Diffstat (limited to 'src/poppler-test.cxx')
-rw-r--r--src/poppler-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poppler-test.cxx b/src/poppler-test.cxx
index ce9a9fb..e59b48a 100644
--- a/src/poppler-test.cxx
+++ b/src/poppler-test.cxx
@@ -7,6 +7,6 @@ int main(int argc, char *argv[])
(void)argv;
std::cout << "Poppler version: " << poppler::version_string() << std::endl;
-
+
return 0;
}