Skip to content

Commit

Permalink
Fix tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Dec 27, 2019
1 parent 32d7ef2 commit 288ab8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gps_nmea_parser/src/gps/gps.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ parse_float_number(gps_t* gh, const char* t) {
t = gh->p.term_str;
}
for (; t != NULL && *t == ' '; t++) {} /* Strip leading spaces */

#if GPS_CFG_DOUBLE
res = strtod(t, NULL); /* Parse string to double */
#else /* GPS_CFG_DOUBLE */
Expand Down

0 comments on commit 288ab8f

Please sign in to comment.