Whitespace [#CLICKHOUSE-3]

This commit is contained in:
Alexey Milovidov 2018-11-13 21:54:38 +03:00
parent 54206a9d7d
commit 5441b6c3d2

View File

@ -1527,7 +1527,7 @@ public:
min_description_length = std::min(min_description_length, line_length - 2);
}
#define DECLARE_SETTING(TYPE, NAME, DEFAULT, DESCRIPTION) (#NAME, po::value<std::string> (), DESCRIPTION)
#define DECLARE_SETTING(TYPE, NAME, DEFAULT, DESCRIPTION) (#NAME, po::value<std::string>(), DESCRIPTION)
/// Main commandline options related to client functionality and all parameters from Settings.
po::options_description main_description("Main options", line_length, min_description_length);