mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
Format code
This commit is contained in:
parent
54d8e920f1
commit
2d402e451c
@ -1,9 +1,9 @@
|
||||
#include <qpdf/QPDFObjectHandle.hh>
|
||||
|
||||
#include <qpdf/BufferInputSource.hh>
|
||||
#include <qpdf/JSON_writer.hh>
|
||||
#include <qpdf/Pl_Buffer.hh>
|
||||
#include <qpdf/Pl_QPDFTokenizer.hh>
|
||||
#include <qpdf/JSON_writer.hh>
|
||||
#include <qpdf/QPDF.hh>
|
||||
#include <qpdf/QPDFExc.hh>
|
||||
#include <qpdf/QPDFLogger.hh>
|
||||
|
@ -51,7 +51,6 @@ QPDF_String::writeJSON(int json_version, JSON::Writer& p)
|
||||
{
|
||||
auto candidate = getUTF8Val();
|
||||
if (json_version == 1) {
|
||||
|
||||
p << "\"" << JSON::Writer::encode_string(candidate) << "\"";
|
||||
} else {
|
||||
// See if we can unambiguously represent as Unicode.
|
||||
|
Loading…
Reference in New Issue
Block a user