From a5c8d50c55cf6f8d2bc058335b4225f552b6cded Mon Sep 17 00:00:00 2001 From: DarioS Date: Fri, 14 Jan 2022 16:45:07 +0100 Subject: [PATCH] EgtMachKernel : - piccole modifiche estetiche. --- MachMgrDBTools.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MachMgrDBTools.cpp b/MachMgrDBTools.cpp index 839ace7..6b07f3c 100644 --- a/MachMgrDBTools.cpp +++ b/MachMgrDBTools.cpp @@ -890,7 +890,7 @@ MachMgr::TdbImport( const string& sFile, const STRVECTOR& vsToolsToImport, const if ( vsToolsToImport.empty()) return true ; - if ( ! ExistsFile( sFile)){ + if ( ! ExistsFile( sFile)) { LOG_ERROR( GetEMkLogger(), "TdbImport Error : File does not exist") ; return false ; } @@ -899,7 +899,7 @@ MachMgr::TdbImport( const string& sFile, const STRVECTOR& vsToolsToImport, const return false ; ToolsMgr* pTsMgr = GetCurrToolsMgr() ; - if ( pTsMgr == nullptr){ + if ( pTsMgr == nullptr) { LOG_ERROR( GetEMkLogger(), "TdbImport Error : no current ToolsMgr") ; return false ; }