]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4664] Fixed return
authorThomas Markwalder <tmark@isc.org>
Tue, 4 Aug 2026 12:51:44 +0000 (08:51 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 4 Aug 2026 12:52:22 +0000 (08:52 -0400)
modified:   src/lib/util/versioned_csv_file.cc

src/lib/util/versioned_csv_file.cc

index 099ffe0af93983fc3903ae7604283db2c01acb5d..131972599bdf45cf327bc7be86a13818359ab7e5 100644 (file)
@@ -131,7 +131,7 @@ VersionedCSVFile::next(CSVRow& row) {
         return (false);
     }
     if (row == CSVFile::EMPTY_ROW()) {
-        return(true);
+        return (true);
     }
 
     bool row_valid = true;