mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 04:22:03 +00:00
fix code style
This commit is contained in:
parent
89d8c1264c
commit
e76b224f72
@ -391,7 +391,7 @@ void DiskLocal::sync(int fd) const
|
||||
throw Exception("Cannot fsync", ErrorCodes::CANNOT_FSYNC);
|
||||
}
|
||||
|
||||
void DiskLocal::updateFromConfigIfChanged(const Poco::Util::AbstractConfiguration & config,
|
||||
void DiskLocal::updateFromConfigIfChanged(const Poco::Util::AbstractConfiguration & config,
|
||||
const String & config_prefix,
|
||||
const Context & context)
|
||||
{
|
||||
|
@ -108,7 +108,7 @@ public:
|
||||
|
||||
const String getType() const override { return "local"; }
|
||||
|
||||
void updateFromConfigIfChanged(const Poco::Util::AbstractConfiguration & config,
|
||||
void updateFromConfigIfChanged(const Poco::Util::AbstractConfiguration & config,
|
||||
const String & config_prefix,
|
||||
const Context & context) override;
|
||||
|
||||
|
@ -198,7 +198,7 @@ public:
|
||||
virtual Executor & getExecutor() { return *executor; }
|
||||
|
||||
/// Reload config if config changed
|
||||
virtual void updateFromConfigIfChanged(const Poco::Util::AbstractConfiguration & /* config */,
|
||||
virtual void updateFromConfigIfChanged(const Poco::Util::AbstractConfiguration & /* config */,
|
||||
const String & /* config_prefix */,
|
||||
const Context & /* context */) { }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user