From af963a4846634ff6f73a0396b86a149ad3f5b665 Mon Sep 17 00:00:00 2001 From: Rick Sellens Date: Sun, 19 Jan 2020 20:25:14 -0500 Subject: [PATCH] clang --- src/NMEA_data.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/NMEA_data.h b/src/NMEA_data.h index 8178f67..e647d4c 100644 --- a/src/NMEA_data.h +++ b/src/NMEA_data.h @@ -28,8 +28,7 @@ hit, and closer than needed for navigation, so floats can be used to save a little storage. **************************************************************************/ -typedef float - nmea_float_t; ///< the type of variables to use for floating point +typedef float nmea_float_t; ///< the type of variables to use for floating point /**************************************************************************/ /*!