lib/ecu/interfaces/dcm/festwert.rb in automotive-ecu-0.1.5 vs lib/ecu/interfaces/dcm/festwert.rb in automotive-ecu-0.1.6

- old
+ new

@@ -3,10 +3,10 @@ def self.dcm_header %r{FESTWERT\s+(?<name>[A-Za-z0-9\._]+)} end def to_dcm(indented=false) - fmtstr = indented ? "%-26s%s\n" : "%s %s\n" + fmtstr = indented ? "%-25s%s\n" : "%s %s\n" sprintf(fmtstr, type.upcase, name).tap do |str| str << " LANGNAME #{description.enquote}\n" if description str << " FUNKTION #{function}\n" if function str << " EINHEIT_W #{unit.enquote}\n" if unit