From 8b96b6253f1dce302a4009f72c8e4ccba8e5918f Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Mon, 15 Sep 2025 20:28:39 +0300 Subject: [PATCH] [#4107] fixed indentation --- src/lib/util/pid_file.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/util/pid_file.cc b/src/lib/util/pid_file.cc index f0f5ace972..02d97b7342 100644 --- a/src/lib/util/pid_file.cc +++ b/src/lib/util/pid_file.cc @@ -55,7 +55,7 @@ PIDFile::write() const { void PIDFile::write(int pid) const { - std::ofstream fs(filename_.c_str(), std::ofstream::trunc); + std::ofstream fs(filename_.c_str(), std::ofstream::trunc); if (!fs.is_open()) { isc_throw(PIDFileError, "Unable to open PID file '" -- 2.47.3