[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Normalize whitespace
Update of /home/or/cvsroot/tor/src/or
In directory moria.mit.edu:/tmp/cvs-serv32569/src/or
Modified Files:
config.c
Log Message:
Normalize whitespace
Index: config.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -d -r1.347 -r1.348
--- config.c 15 May 2005 05:00:24 -0000 1.347
+++ config.c 16 May 2005 01:04:28 -0000 1.348
@@ -1005,7 +1005,7 @@
log_fn(LOG_WARN,"Address '%s' resolves to private IP '%s'. "
"Please set the Address config option to be the IP you want to use.",
hostname, tmpbuf);
- if(!options->NoPublish)
+ if (!options->NoPublish)
return -1;
}
@@ -2190,7 +2190,6 @@
}
}
-
/**
* Given a linked list of config lines containing "allow" and "deny" tokens,
* parse them and append the result to <b>dest</b>. Return -1 if any tokens