code style
This commit is contained in:
@@ -696,7 +696,7 @@ result_t NumberDataType::readSymbols(size_t offset, size_t length, const SymbolS
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if (val!=val) { // !isnan(val)
|
if (val != val) { // !isnan(val)
|
||||||
if (outputFormat & OF_JSON) {
|
if (outputFormat & OF_JSON) {
|
||||||
*output << "null";
|
*output << "null";
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user