Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Oct 5, 2012
1 parent fb10f58 commit 7efb37a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/input/csv/csv_datasource.cpp
Expand Up @@ -247,7 +247,8 @@ void csv_datasource::parse_csv(T & stream,
std::string quo = boost::trim_copy(quote);
if (quo.empty()) quo = "\"";

MAPNIK_LOG_DEBUG(csv) << "csv_datasource: csv grammer: sep: '" << sep << "' quo: '" << quo << "' esc: '" << esc;
MAPNIK_LOG_DEBUG(csv) << "csv_datasource: csv grammar: sep: '" << sep
<< "' quo: '" << quo << "' esc: '" << esc << "'";

boost::escaped_list_separator<char> grammer;
try
Expand Down

0 comments on commit 7efb37a

Please sign in to comment.