tabs to spaces

[SVN r30001]
This commit is contained in:
Joel de Guzman 2005-07-12 08:06:19 +00:00
parent a08da02d14
commit aa25272e5d

View File

@ -310,11 +310,11 @@ namespace quickbook
if (!info.full)
{
file_position const pos = info.stop.get_position();
cerr
<< "Syntax error at \"" << pos.file
<< "\" line " << pos.line
<< ", column " << pos.column << ".\n";
file_position const pos = info.stop.get_position();
cerr
<< "Syntax error at \"" << pos.file
<< "\" line " << pos.line
<< ", column " << pos.column << ".\n";
return 1;
}