Index: trunk/pdns/pdns/nsecrecords.cc
===================================================================
--- trunk/pdns/pdns/nsecrecords.cc	(revision 1643)
+++ trunk/pdns/pdns/nsecrecords.cc	(revision 1905)
@@ -66,7 +66,7 @@
   for(unsigned int n=0 ; n < len ; ++n) {
     uint8_t val=bitmap[2+n];
-    for(int bit = 0; bit < 8 ; ++bit , val>>=1)
+    for(int bit = 0; bit < 8 ; ++bit , val>>=1) 
       if(val & 1) {
-	ret->d_set.insert((7-bit) + 8*(n));
+        ret->d_set.insert((7-bit) + 8*(n));
       }
   }
