Explorar el Código

- got rid of tabs (i think)

svn:r8343
Mike Chiussi hace 19 años
padre
commit
3c85780e69
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/or/eventdns.c

+ 1 - 1
src/or/eventdns.c

@@ -2164,7 +2164,7 @@ load_nameservers_from_registry(void)
 			     &interfaces_key);
 
 		if (r != ERROR_SUCCESS ) {
-			log(EVENTDNS_LOG_DEBUG,"Couldn't open interfaces key, %d",(int)GetLastError());
+		  log(EVENTDNS_LOG_DEBUG,"Couldn't open interfaces key, %d",(int)GetLastError());
 			return -1;
 
 		}