]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4107] fixed indentation
authorRazvan Becheriu <razvan@isc.org>
Mon, 15 Sep 2025 17:28:39 +0000 (20:28 +0300)
committerRazvan Becheriu <razvan@isc.org>
Mon, 15 Sep 2025 17:28:39 +0000 (20:28 +0300)
src/lib/util/pid_file.cc

index f0f5ace97282a50eb8772dd1bf6e239a16b36cb0..02d97b7342b906a182d5af0334a5ad4025d5a07e 100644 (file)
@@ -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 '"