From 0e6fba08aae49f759c57bdf166083f6fcb6173cd Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 14 Apr 2004 04:34:20 +0000 Subject: spaces --- usr.sbin/dhcpd/db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/dhcpd/db.c') diff --git a/usr.sbin/dhcpd/db.c b/usr.sbin/dhcpd/db.c index dca8fb8ea9d..b2e3f47ea3a 100644 --- a/usr.sbin/dhcpd/db.c +++ b/usr.sbin/dhcpd/db.c @@ -245,7 +245,7 @@ void new_lease_file () if (link (path_dhcpd_db, backfname) == -1) error ("Can't backup lease database %s to %s: %m", path_dhcpd_db, backfname); - + /* Move in the new file... */ if (rename (newfname, path_dhcpd_db) == -1) error ("Can't install new lease database %s to %s: %m", -- cgit v1.2.3