Clang-format to 100 line length

This commit is contained in:
Bart
2026-02-26 17:09:20 -05:00
parent 554df631c6
commit 5d0bf78512
786 changed files with 26116 additions and 12258 deletions

View File

@@ -83,7 +83,8 @@ inline STBitString<Bits>::STBitString(SField const& n, value_type const& v) : ST
}
template <int Bits>
inline STBitString<Bits>::STBitString(SerialIter& sit, SField const& name) : STBitString(name, sit.getBitString<Bits>())
inline STBitString<Bits>::STBitString(SerialIter& sit, SField const& name)
: STBitString(name, sit.getBitString<Bits>())
{
}