formatting

This commit is contained in:
Dane Springmeyer 2012-02-14 16:07:23 -08:00
parent 81230b2b30
commit 4ad9b4d282

View file

@ -498,7 +498,7 @@ void csv_datasource::parse_csv(T& stream,
(
qi::lit("POINT") >> '('
>> double_[ref(x) = _1]
>> double_[ref(y) = _1] >> ')'
>> double_[ref(y) = _1] >> ')'
),
ascii::space);