aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Real.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDF_Real.cc')
-rw-r--r--libqpdf/QPDF_Real.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/libqpdf/QPDF_Real.cc b/libqpdf/QPDF_Real.cc
index 19b65a7e..1d954dcd 100644
--- a/libqpdf/QPDF_Real.cc
+++ b/libqpdf/QPDF_Real.cc
@@ -41,9 +41,8 @@ QPDF_Real::unparse()
JSON
QPDF_Real::getJSON(int json_version)
{
- // While PDF allows .x or -.x, JSON does not. Rather than
- // converting from string to double and back, just handle this as a
- // special case for JSON.
+ // While PDF allows .x or -.x, JSON does not. Rather than converting from string to double and
+ // back, just handle this as a special case for JSON.
std::string result;
if (this->val.length() == 0) {
// Can't really happen...