tarantool/checkpatch

Floating constant usage handled incorrectly

Closed this issue · 0 comments

Floating constant syntax allows expressions like -3.1708209046151947e-25, which are flagged as erroneous:

ERROR:SPACING: spaces needed around that '-' (ctx:VxV)
#1545: FILE: src/lib/salad/hll_empirical.c:143:
+	-3.1708209046151947e-25,
 	                    ^