Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 5, 2016
1 parent 1e7eae7 commit 1e3dc29
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 1e3dc29

Please sign in to comment.