diff --git a/modules/perform.cpp b/modules/perform.cpp index 8be7633a..0d1c47f2 100644 --- a/modules/perform.cpp +++ b/modules/perform.cpp @@ -92,11 +92,11 @@ public: AddCommand("Add", static_cast(&CPerform::Add), ""); AddCommand("Del", static_cast(&CPerform::Del), - ""); + ""); AddCommand("List", static_cast(&CPerform::List)); AddCommand("Execute", static_cast(&CPerform::Execute)); AddCommand("Swap", static_cast(&CPerform::Swap), - " "); + " "); } virtual ~CPerform() {}