pmt: reformat code

This commit is contained in:
2025-08-31 15:40:35 +03:00
parent 025ccf3acb
commit fea9c834fc
5 changed files with 21 additions and 21 deletions

View File

@@ -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; \