]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/Config.cc
SourceFormat: enforcement
[thirdparty/squid.git] / src / adaptation / Config.cc
index f44bd84785c04fd5bdaf7184da14814e8d23e976..e7f9332e8cf82df1cccc0d85619f2b40804dccad 100644 (file)
@@ -54,7 +54,7 @@ Adaptation::Config::parseService()
     ServiceConfig *cfg = new ServiceConfig;
     if (!cfg->parse()) {
         fatalf("%s:%d: malformed adaptation service configuration",
-            cfg_filename, config_lineno);
+               cfg_filename, config_lineno);
     }
     serviceConfigs.push_back(cfg);
 }