From d740c6ccced02147f84a39d5e5f0984d12bac6cb Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 20 May 2023 14:13:09 -0400 Subject: Rerun format_code (after merging clang-tidy PR) --- libqpdf/BufferInputSource.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf/BufferInputSource.cc') diff --git a/libqpdf/BufferInputSource.cc b/libqpdf/BufferInputSource.cc index 33ab44f6..4fff642a 100644 --- a/libqpdf/BufferInputSource.cc +++ b/libqpdf/BufferInputSource.cc @@ -2,8 +2,8 @@ #include #include -#include #include +#include BufferInputSource::BufferInputSource( std::string const& description, Buffer* buf, bool own_memory) : -- cgit v1.2.3-54-g00ecf