diff --git a/src/api/libcellml/generator.h b/src/api/libcellml/generator.h index d22648cae..4bebebfd6 100644 --- a/src/api/libcellml/generator.h +++ b/src/api/libcellml/generator.h @@ -116,8 +116,7 @@ class LIBCELLML_EXPORT Generator * * @return The equation code as a @c std::string. */ - static std::string equationCode(const AnalyserEquationAstPtr &ast, - const GeneratorProfilePtr &profile); + static std::string equationCode(const AnalyserEquationAstPtr &ast, const GeneratorProfilePtr &profile); /** * @brief Get the equation code for the given @ref AnalyserEquationAst using a default @ref GeneratorProfile.