cleanup
diff --git a/files/named.conf.default-zones b/files/named.conf.default-zones
index 6b13d53..843e6cc 100644
--- a/files/named.conf.default-zones
+++ b/files/named.conf.default-zones
@@ -1,28 +1,28 @@
 // prime the server with knowledge of the root servers
 zone "." {
-      type hint;
-      file "/etc/bind/db.root";
+     type hint;
+     file "/etc/bind/db.root";
 };
 
 // be authoritative for the localhost forward and reverse zones, and for
 // broadcast zones as per RFC 1912
 
 zone "localhost" {
-      type master;
-      file "/etc/bind/db.local";
+     type master;
+     file "/etc/bind/db.local";
 };
 
 zone "127.in-addr.arpa" {
-      type master;
-      file "/etc/bind/db.127";
+     type master;
+     file "/etc/bind/db.127";
 };
 
 zone "0.in-addr.arpa" {
-      type master;
-      file "/etc/bind/db.0";
+     type master;
+     file "/etc/bind/db.0";
 };
 
 zone "255.in-addr.arpa" {
-      type master;
-      file "/etc/bind/db.255";
+     type master;
+     file "/etc/bind/db.255";
 };
\ No newline at end of file