--------------------- PatchSet 7946 Date: 2006/05/24 19:38:53 Author: serassio Branch: nt Tag: (none) Log: Ran indent Members: src/win32.c:1.7.8.6->1.7.8.7 Index: squid/src/win32.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/win32.c,v retrieving revision 1.7.8.6 retrieving revision 1.7.8.7 diff -u -r1.7.8.6 -r1.7.8.7 --- squid/src/win32.c 24 May 2006 19:37:23 -0000 1.7.8.6 +++ squid/src/win32.c 24 May 2006 19:38:53 -0000 1.7.8.7 @@ -749,7 +749,7 @@ } else { WIN32_run_mode = _WIN_SQUID_RUN_MODE_INTERACTIVE; #ifdef _SQUID_MSWIN_ - opt_no_daemon = 1; + opt_no_daemon = 1; #endif return SquidMain(argc, argv); }