Explorar o código

- got rid of tabs (i think)

svn:r8343
Mike Chiussi %!s(int64=18) %!d(string=hai) anos
pai
achega
3c85780e69
Modificáronse 1 ficheiros con 1 adicións e 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;
 
 		}