diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2012-03-29 11:02:06 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2012-03-29 11:02:06 (GMT) |
commit | 07c311bcba014dbf00edf4420f6936eb8986f534 (patch) | |
tree | 42ba941e0b37f9500e971b7a75f031253a514fdc /src/vigra-test.cpp | |
parent | 875c74934c231db6ed92cd3363d41a1bc724878e (diff) | |
download | mxe-07c311bcba014dbf00edf4420f6936eb8986f534.zip mxe-07c311bcba014dbf00edf4420f6936eb8986f534.tar.gz mxe-07c311bcba014dbf00edf4420f6936eb8986f534.tar.bz2 |
Cleanup coding style via "make cleanup-style"
Diffstat (limited to 'src/vigra-test.cpp')
-rw-r--r-- | src/vigra-test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vigra-test.cpp b/src/vigra-test.cpp index 6d7f70a..538a409 100644 --- a/src/vigra-test.cpp +++ b/src/vigra-test.cpp @@ -12,8 +12,8 @@ using namespace vigra; int main(int argc, char *argv[]) { std::string formats = vigra::impexListFormats(); - + std::cout << "Supported formats: " << formats << std::endl; - + return formats.length() > 0; } |