pmt: reformat code
This commit is contained in:
@@ -75,6 +75,7 @@ static Helper::garbageCollector collector;
|
||||
int Main(int argc, char **argv) {
|
||||
try {
|
||||
// try-catch start
|
||||
Helper::LoggingProperties::setProgramName("pmt");
|
||||
collector.closeAfterProgress(pstdout);
|
||||
collector.closeAfterProgress(pstderr);
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
bool cls::isUsed() const { return cmd->parsed(); }
|
||||
#define NAME(cls) const char *cls::name() const
|
||||
|
||||
#define COMMON_LAMBDA_PARAMS \
|
||||
#define COMMON_LAMBDA_PARAMS \
|
||||
(std::string partition, const PartitionMap::Map_t::BasicInf props)
|
||||
#define COMMON_FUNCTION_BODY() \
|
||||
CLI::App *cmd = nullptr; \
|
||||
|
||||
Reference in New Issue
Block a user