Browse Source

[3839] reindented

Francis Dupont 9 years ago
parent
commit
5e43be916f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/lib/dhcpsrv/lease_file_loader.h

+ 3 - 3
src/lib/dhcpsrv/lease_file_loader.h

@@ -200,9 +200,9 @@ public:
             try {
                 lease_file.append(**lease);
             } catch (const isc::Exception&) {
-            // Close the file
-            lease_file.close();
-            throw;
+                // Close the file
+                lease_file.close();
+                throw;
             }
         }