From: Francis Dupont Date: Sat, 27 Jun 2015 11:02:07 +0000 (+0200) Subject: [3839] reindented X-Git-Tag: trac3911_base^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e43be916ff1a40eb312a03fda39cad266bfe0c1;p=thirdparty%2Fkea.git [3839] reindented --- diff --git a/src/lib/dhcpsrv/lease_file_loader.h b/src/lib/dhcpsrv/lease_file_loader.h index fa673098c3..1e516c4d19 100644 --- a/src/lib/dhcpsrv/lease_file_loader.h +++ b/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; } }