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 5f4ac85 commit 212f68f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgscoordinatereferencesystem.cpp
Expand Up @@ -2097,10 +2097,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 212f68f

Please sign in to comment.