Whitespace

This commit is contained in:
Alexey Milovidov 2020-06-16 01:23:13 +03:00
parent d6e69211b1
commit bc58e22c5b

View File

@ -272,7 +272,8 @@ struct ODBCBridgeMixin
return AccessType::ODBC; return AccessType::ODBC;
} }
static std::unique_ptr<ShellCommand> startBridge(const Poco::Util::AbstractConfiguration & config, Poco::Logger * log, const Poco::Timespan & http_timeout) static std::unique_ptr<ShellCommand> startBridge(
const Poco::Util::AbstractConfiguration & config, Poco::Logger * log, const Poco::Timespan & http_timeout)
{ {
/// Path to executable folder /// Path to executable folder
Poco::Path path{config.getString("application.dir", "/usr/bin")}; Poco::Path path{config.getString("application.dir", "/usr/bin")};