From aa60fc8d961e7cd205da59544719ceb821846fb3 Mon Sep 17 00:00:00 2001 From: vog Date: Tue, 12 Jul 2011 23:52:25 +0000 Subject: [PATCH] Improved coding style in EpsImage --- src/epsimage.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/epsimage.cpp b/src/epsimage.cpp index 55eada9f..388036e2 100644 --- a/src/epsimage.cpp +++ b/src/epsimage.cpp @@ -275,8 +275,8 @@ namespace { const bool readOnly = xmpTrailers[j].second; if (readOnly) { #ifndef SUPPRESS_WARNINGS - EXV_WARNING << "Unable to handle read-only XMP metadata yet. Please provide your" - " sample EPS file to the Exiv2 project: http://dev.exiv2.org/projects/exiv2\n"; + EXV_WARNING << "Unable to handle read-only XMP metadata yet. Please provide your " + "sample EPS file to the Exiv2 project: http://dev.exiv2.org/projects/exiv2\n"; #endif throw Error(write ? 21 : 14); } @@ -566,8 +566,8 @@ namespace { throw Error(write ? 21 : 14); } else if (startsWith(line, "%%Include")) { #ifndef SUPPRESS_WARNINGS - EXV_WARNING << "Unable to handle PostScript %%Include DSC comments yet. Please provide your" - " sample EPS file to the Exiv2 project: http://dev.exiv2.org/projects/exiv2\n"; + EXV_WARNING << "Unable to handle PostScript %%Include DSC comments yet. Please provide your " + "sample EPS file to the Exiv2 project: http://dev.exiv2.org/projects/exiv2\n"; #endif throw Error(write ? 21 : 14); } else {