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 {}; }
protected:
std::vector<PARAM> m_params;
const SIM_MODEL* m_baseModel;
std::unique_ptr<SIM_SERDE> m_serde;
std::vector<PARAM> m_params;
const SIM_MODEL* m_baseModel;
std::unique_ptr<SIM_SERDE> m_serde;
private:
std::unique_ptr<SPICE_GENERATOR> m_spiceGenerator;