mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Indentation
This commit is contained in:
parent
1e7eae77e1
commit
1e3dc29624
@ -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 ) ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user