Formatting.

This commit is contained in:
Jeff Young 2022-12-09 22:25:14 +00:00
parent 1baec20cf6
commit 1599490197
1 changed files with 3 additions and 3 deletions

View File

@ -551,9 +551,9 @@ private:
virtual std::vector<std::string> getPinNames() const { return {}; } virtual std::vector<std::string> getPinNames() const { return {}; }
protected: protected:
std::vector<PARAM> m_params; std::vector<PARAM> m_params;
const SIM_MODEL* m_baseModel; const SIM_MODEL* m_baseModel;
std::unique_ptr<SIM_SERDE> m_serde; std::unique_ptr<SIM_SERDE> m_serde;
private: private:
std::unique_ptr<SPICE_GENERATOR> m_spiceGenerator; std::unique_ptr<SPICE_GENERATOR> m_spiceGenerator;