From: Razvan Becheriu Date: Mon, 15 Sep 2025 17:28:39 +0000 (+0300) Subject: [#4107] fixed indentation X-Git-Tag: Kea-3.1.2~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b96b6253f1dce302a4009f72c8e4ccba8e5918f;p=thirdparty%2Fkea.git [#4107] fixed indentation --- 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 '"