Skip to content

Commit

Permalink
Fix indentation test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Jun 8, 2016
1 parent 4371a66 commit d708473
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/core/gps/parse.c
Expand Up @@ -350,8 +350,8 @@ int nmea_parse_GPRMC( const char *buff, int buff_sz, nmeaGPRMC *pack )

if ( type != 'P' && type != 'N' )
{
nmea_error( "G?RMC invalid type " );
return 0;
nmea_error( "G?RMC invalid type " );
return 0;
}

if ( 0 != _nmea_parse_time( &time_buff[0], ( int )strlen( &time_buff[0] ), &( pack->utc ) ) )
Expand Down
2 changes: 1 addition & 1 deletion src/server/qgsserver.cpp
Expand Up @@ -471,7 +471,7 @@ QPair<QByteArray, QByteArray> QgsServer::handleRequest( const QString& queryStri
// list. This prevent the scope list to grow indefinitely and seriously deteriorate
// performances and memory in the long run
sMapRenderer->rendererContext()->setExpressionContext( QgsExpressionContext() );

sQgsApplication->processEvents();
if ( logLevel < 1 )
{
Expand Down

0 comments on commit d708473

Please sign in to comment.