Skip to content

Commit

Permalink
indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 18, 2017
1 parent 998d7c6 commit c26f1b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgscoordinatereferencesystem.cpp
Expand Up @@ -2079,10 +2079,10 @@ bool QgsCoordinateReferenceSystem::syncDatumTransform( const QString& dbPath )
QStringList v;
v.reserve( sizeof( map ) / sizeof( *map ) );

for(;;)
for ( ;; )
{
char **values = CSVReadParseLine( fp );
if( !values )
if ( !values )
break;

v.clear();
Expand Down

0 comments on commit c26f1b5

Please sign in to comment.