gdritter repos config-ini / 12f58f8
Add extra spacing in generated INI files Getty Ritter 6 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Collapse all Expand all
523523 , IniValue
524524 { vLineNo = 0
525525 , vName = actualText (fdName descr)
526 , vValue = val
526 , vValue = " " <> val
527527 , vComments = mkComments (fdComment descr)
528528 , vCommentedOut = opt
529529 , vDelimiter = '='
669669 , IniValue
670670 { vLineNo = 0
671671 , vName = actualText (fdName d)
672 , vValue = fvEmit (fdValue d) (get l s)
672 , vValue = " " <> fvEmit (fdValue d) (get l s)
673673 , vComments = cs
674674 , vCommentedOut = False
675675 , vDelimiter = '='