- fix source code formatting

This commit is contained in:
Dmytro Bogovych 2025-07-23 08:37:16 +03:00
parent ebc9c3220e
commit c67319838f
2 changed files with 5 additions and 4 deletions

View File

@ -108,6 +108,7 @@ public:
#if defined(USE_RESIP_INTEGRATION)
static Settings parseSdp(const std::list<resip::Codec>& codeclist);
#endif
bool operator == (const Settings& rhs) const;
};