mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Small whitespace fix to properly format if () {} statement.
svn:r17503
This commit is contained in:
+1
-2
@@ -1428,8 +1428,7 @@ options_act(or_options_t *old_options)
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user