]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3839] reindented
authorFrancis Dupont <fdupont@isc.org>
Sat, 27 Jun 2015 11:02:07 +0000 (13:02 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sat, 27 Jun 2015 11:02:07 +0000 (13:02 +0200)
src/lib/dhcpsrv/lease_file_loader.h

index fa673098c3962c7f8e48e9dd31130ccf455d2688..1e516c4d19557ab2ae6656770b69026149974c5f 100644 (file)
@@ -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;
             }
         }