Skip to content
Snippets Groups Projects
Commit 3258488e authored by Robert Applin's avatar Robert Applin
Browse files

Refs #30685. Clang format.

parent 23ffbeae
No related branches found
No related tags found
No related merge requests found
...@@ -99,15 +99,15 @@ public: ...@@ -99,15 +99,15 @@ public:
std::string const &functionIndex, std::string const &functionIndex,
std::string const &constraint) override; std::string const &constraint) override;
[[nodiscard]] inline std::vector<GlobalTie> [[nodiscard]] inline std::vector<GlobalTie> getGlobalTies() const
getGlobalTies() const noexcept override { noexcept override {
return m_globalTies; return m_globalTies;
} }
void setGlobalParameters(std::vector<std::string> const &parameters) override; void setGlobalParameters(std::vector<std::string> const &parameters) override;
[[nodiscard]] inline std::vector<GlobalParameter> [[nodiscard]] inline std::vector<GlobalParameter> getGlobalParameters() const
getGlobalParameters() const noexcept override { noexcept override {
return m_globalParameters; return m_globalParameters;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment