Skip to content

Commit 212f68f

Browse files
committed
indentation fix
1 parent 5f4ac85 commit 212f68f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/qgscoordinatereferencesystem.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2097,10 +2097,10 @@ bool QgsCoordinateReferenceSystem::syncDatumTransform( const QString& dbPath )
20972097
QStringList v;
20982098
v.reserve( sizeof( map ) / sizeof( *map ) );
20992099

2100-
for(;;)
2100+
for ( ;; )
21012101
{
21022102
char **values = CSVReadParseLine( fp );
2103-
if( !values )
2103+
if ( !values )
21042104
break;
21052105

21062106
v.clear();

0 commit comments

Comments
 (0)