code format

This commit is contained in:
2022-12-14 14:13:33 +03:00
parent 37480c9d1f
commit 2622737a52
39 changed files with 1295 additions and 1265 deletions

View File

@@ -1,4 +1,5 @@
#include "cdutils_k.h"
#include "cdutils_core.h"
using namespace CDUtils;
@@ -6,8 +7,7 @@ using namespace CDUtils;
KInterface K;
KInterface::KInterface(): Interface(CDType::cdK) {
}
KInterface::KInterface(): Interface(CDType::cdK) {}
void KInterface::directChange(const CDType & k) {