Formatting changes

This commit is contained in:
WarmUpTill
2024-03-12 20:54:53 +01:00
committed by WarmUpTill
parent 82d1aed472
commit b17a6cc109
10 changed files with 28 additions and 20 deletions

View File

@@ -13,7 +13,8 @@
namespace advss {
MacroSegment::MacroSegment(Macro *m, bool supportsVariableValue)
: _macro(m), _supportsVariableValue(supportsVariableValue)
: _macro(m),
_supportsVariableValue(supportsVariableValue)
{
}