aboutsummaryrefslogtreecommitdiffstats
path: root/libtests
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2024-02-04 22:11:53 +0100
committerJay Berkenbilt <ejb@ql.org>2024-02-04 22:12:01 +0100
commit7caa9ddf5a8b272c94fa5d4c079f2be8eabff983 (patch)
tree64451d1714bb5625cc45cbcbef96175756fee457 /libtests
parent532cc58d7e1ad73d2e724abb0bb21af90e791d30 (diff)
downloadqpdf-7caa9ddf5a8b272c94fa5d4c079f2be8eabff983.tar.zst
Format code
Diffstat (limited to 'libtests')
-rw-r--r--libtests/json.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtests/json.cc b/libtests/json.cc
index 67c8534f..e84ef0a0 100644
--- a/libtests/json.cc
+++ b/libtests/json.cc
@@ -137,7 +137,7 @@ test_main()
// Check default constructed JSON object (order as per JSON.hh).
JSON uninitialized;
std::string ws;
- auto pl = Pl_String ("", nullptr, ws);
+ auto pl = Pl_String("", nullptr, ws);
uninitialized.write(&pl);
assert(ws == "null");
assert(uninitialized.unparse() == "null");