* fpspreadsheet: cosmetic: comments; harmonize code layout with existing code

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3685 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
bigchimp
2014-10-24 10:46:04 +00:00
parent 5b9f31daca
commit c1102886cc
3 changed files with 52 additions and 47 deletions

View File

@ -29,6 +29,7 @@ begin
WriteLn('Opening input file ', InputFilename);
// Tab-delimited
CSVParams.Delimiter := #9;
CSVParams.QuoteChar := '''';