DEADSOFTWARE

removed trailing spaces all over the source
[d2df-sdl.git] / src / shared / CONFIG.pas
index 00129f32124f2d829fb4453bb60fda82e5fd8e9b..8420d0badd01b087e39adcd1632bb4fffae98818 100644 (file)
@@ -245,7 +245,7 @@ end;
 
 procedure TConfig.WriteBool(Section, Param: string; Value: Boolean);
 begin
- WriteParam(Section, Param, BoolToStr(Value)); 
+ WriteParam(Section, Param, BoolToStr(Value));
 end;
 
 procedure TConfig.WriteInt(Section, Param: string; Value: Integer);