Changeset 969


Ignore:
Timestamp:
Dec 10, 2009, 2:02:44 AM (14 years ago)
Author:
Peter Johansson
Message:

updating config file, and remove extra spaces in output of Configuration class. refs #421

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.svndigest/config

    r907 r969  
    1515peter = Peter Johansson
    1616
    17 ### Section for author color in blame output
     17### Section for author color in plots and blame output.
    1818[author-color]
    1919# jdoe = 000000
  • trunk/lib/Configuration.cc

    r966 r969  
    478478
    479479    for (vector::const_iterator i(vec.begin()); i!=vec.end(); ++i) {
    480       os << i->first << " = " << i->second.name() << " \n";
     480      os << i->first << " = " << i->second.name() << "\n";
    481481    }
    482482
     
    488488    for (str_map::const_iterator i(conf.author_color_.begin());
    489489         i!=conf.author_color_.end(); ++i) {
    490       os << i->first << " = " << i->second << " \n";
     490      os << i->first << " = " << i->second << "\n";
    491491    }
    492492
Note: See TracChangeset for help on using the changeset viewer.