Skip to content

Commit 63990d2

Browse files
committed
nmea fix astyle whitespace
1 parent 6e452c2 commit 63990d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nmea.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ int GPSDriverNMEA::handleMessage(int len)
496496
_gps_position->s_variance_m_s = 0;
497497
_gps_position->timestamp = gps_absolute_time();
498498
_last_timestamp_time = gps_absolute_time();
499-
499+
500500
#ifndef NO_MKTIME
501501
int utc_hour = static_cast<int>(utc_time / 10000);
502502
int utc_minute = static_cast<int>((utc_time - utc_hour * 10000) / 100);

0 commit comments

Comments
 (0)