From 4dfa163efa2c389c91486debeaa4be87a68331eb Mon Sep 17 00:00:00 2001 From: john30 Date: Wed, 26 Dec 2018 16:03:14 +0100 Subject: [PATCH] code style --- src/lib/ebus/datatype.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ebus/datatype.cpp b/src/lib/ebus/datatype.cpp index 3a3695bb..2f2d24ec 100755 --- a/src/lib/ebus/datatype.cpp +++ b/src/lib/ebus/datatype.cpp @@ -696,7 +696,7 @@ result_t NumberDataType::readSymbols(size_t offset, size_t length, const SymbolS } } #endif - if (val!=val) { // !isnan(val) + if (val != val) { // !isnan(val) if (outputFormat & OF_JSON) { *output << "null"; } else {