Indentation

This commit is contained in:
Nyall Dawson 2016-03-05 15:25:20 +11:00
parent 1e7eae77e1
commit 1e3dc29624

View File

@ -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 ) ) )