[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r17503: {tor} Small whitespace fix to properly format if () {} statement. (tor/trunk/src/or)
Author: ioerror
Date: 2008-12-06 20:51:56 -0500 (Sat, 06 Dec 2008)
New Revision: 17503
Modified:
tor/trunk/src/or/config.c
Log:
Small whitespace fix to properly format if () {} statement.
Modified: tor/trunk/src/or/config.c
===================================================================
--- tor/trunk/src/or/config.c 2008-12-07 01:48:30 UTC (rev 17502)
+++ tor/trunk/src/or/config.c 2008-12-07 01:51:56 UTC (rev 17503)
@@ -1428,8 +1428,7 @@
if (options->DirPortFrontPage) {
global_dirfrontpagecontents =
read_file_to_str(options->DirPortFrontPage, 0, NULL);
- if (!global_dirfrontpagecontents)
- {
+ if (!global_dirfrontpagecontents) {
log_warn(LD_CONFIG,
"DirPortFrontPage file '%s' not found. Continuing anyway.",
options->DirPortFrontPage);