summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pngread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/pngread.cxx')
-rw-r--r--vcl/source/gdi/pngread.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/gdi/pngread.cxx b/vcl/source/gdi/pngread.cxx
index d6eb73f59274..c5009d8586ca 100644
--- a/vcl/source/gdi/pngread.cxx
+++ b/vcl/source/gdi/pngread.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <vcl/pngread.hxx>
#include <cmath>
@@ -1646,7 +1645,6 @@ void PNGReader::SetIgnoreGammaChunk( bool b )
mpImpl->SetIgnoreGammaChunk( b );
}
-
} // namespace vcl
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */