Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/16/09 12:58:14 (16 years ago)
Author:
epitzer
Message:

Format white space. (Ctrl-K, Ctrl-D) (#548)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Persistence/3.3/Core/FormatterBase.cs

    r1564 r1566  
    22
    33namespace HeuristicLab.Persistence.Interfaces {
    4  
     4
    55  public abstract class FormatterBase<Source, SerialData> : IFormatter<Source, SerialData> where SerialData : ISerialData {
    66
     
    1414
    1515    ISerialData IFormatter.Format(object o) {
    16       return Format((Source)o);   
     16      return Format((Source)o);
    1717    }
    1818
     
    2222
    2323  }
    24      
     24
    2525}
Note: See TracChangeset for help on using the changeset viewer.