From 01ad8e45f439cdecae6d8ecb1db8b7fa82c8ba35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20H=C3=A9nin?= Date: Fri, 6 Dec 2024 17:04:12 +0100 Subject: [PATCH] Fix indentation of 'Init CVC' message --- src/colvar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/colvar.cpp b/src/colvar.cpp index 7e85eeb3b..d4b10af78 100644 --- a/src/colvar.cpp +++ b/src/colvar.cpp @@ -818,6 +818,7 @@ int colvar::init_components_type(const std::string& conf, const char* def_config &def_conf, &pos) ) { + cvm::increase_depth(); cvm::log("Initializing " "a new \""+std::string(def_config_key)+"\" component"+ (cvm::debug() ? ", with configuration:\n"+def_conf @@ -830,7 +831,6 @@ int colvar::init_components_type(const std::string& conf, const char* def_config } cvcs.push_back(std::shared_ptr(cvcp)); - cvm::increase_depth(); int error_code_this = cvcp->init(def_conf); if (error_code_this == COLVARS_OK) { // Checking for invalid keywords only if the parsing was successful, otherwise any