Skip to content

Commit

Permalink
QSocSymbolManager: Remove trailing whitespace
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
  • Loading branch information
vowstar committed Nov 18, 2023
1 parent b014a8d commit b9210bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/qsocsymbolmanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit b9210bf

Please sign in to comment.