aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/QPDF_Array.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-06-27 18:50:35 +0200
committerJay Berkenbilt <ejb@ql.org>2022-06-27 18:50:35 +0200
commita603c1e395d039e71ca8e4c70bc43f2f9d2d604b (patch)
tree29cc9bfda3ad69f152cfce96e613a6874942c0f0 /libqpdf/qpdf/QPDF_Array.hh
parentc810f0f21edf7416c6e7944d6b1619e308c764c3 (diff)
downloadqpdf-a603c1e395d039e71ca8e4c70bc43f2f9d2d604b.tar.zst
Run format-code
Diffstat (limited to 'libqpdf/qpdf/QPDF_Array.hh')
-rw-r--r--libqpdf/qpdf/QPDF_Array.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/libqpdf/qpdf/QPDF_Array.hh b/libqpdf/qpdf/QPDF_Array.hh
index e718c6e0..3e095637 100644
--- a/libqpdf/qpdf/QPDF_Array.hh
+++ b/libqpdf/qpdf/QPDF_Array.hh
@@ -11,7 +11,8 @@ class QPDF_Array: public QPDFObject
{
public:
virtual ~QPDF_Array() = default;
- static std::shared_ptr<QPDFObject> create(std::vector<QPDFObjectHandle> const& items);
+ static std::shared_ptr<QPDFObject>
+ create(std::vector<QPDFObjectHandle> const& items);
static std::shared_ptr<QPDFObject> create(SparseOHArray const& items);
virtual std::shared_ptr<QPDFObject> shallowCopy();
virtual std::string unparse();