aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFSystemError.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDFSystemError.cc')
-rw-r--r--libqpdf/QPDFSystemError.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/libqpdf/QPDFSystemError.cc b/libqpdf/QPDFSystemError.cc
index ebd0d773..5a1b2869 100644
--- a/libqpdf/QPDFSystemError.cc
+++ b/libqpdf/QPDFSystemError.cc
@@ -2,8 +2,7 @@
#include <cstring>
-QPDFSystemError::QPDFSystemError(
- std::string const& description, int system_errno) :
+QPDFSystemError::QPDFSystemError(std::string const& description, int system_errno) :
std::runtime_error(createWhat(description, system_errno)),
description(description),
system_errno(system_errno)