From b9210bf8bfe93fd5dd931ca35be5d495a925b619 Mon Sep 17 00:00:00 2001 From: Huang Rui Date: Sat, 18 Nov 2023 19:57:30 +0800 Subject: [PATCH] QSocSymbolManager: Remove trailing whitespace - Cleaned up the code by removing trailing whitespace in the QSocSymbolManager. - This minor formatting change enhances code cleanliness and adheres to coding style guidelines. These adjustments ensure better code readability and consistency. Signed-off-by: Huang Rui --- src/common/qsocsymbolmanager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/qsocsymbolmanager.h b/src/common/qsocsymbolmanager.h index d6be787..63b0a83 100644 --- a/src/common/qsocsymbolmanager.h +++ b/src/common/qsocsymbolmanager.h @@ -54,7 +54,7 @@ public slots: /** * @brief Import verilog files from file list * @details This function will import verilog files from file list, and - * generate the symbol library file. + * generate the symbol library file. * If symbolBasename is empty, the first matching verilog module * name is automatically selected and converted into lowercase as * the symbol library name. @@ -74,7 +74,7 @@ public slots: const QStringList &filePathList); /** * @brief Get the Module Yaml object - * @details This function will convert the module AST json object to YAML + * @details This function will convert the module AST json object to YAML * object. This function relies on projectManager to be valid. * @param moduleAst The module AST json object * @return YAML::Node The module YAML object