Replace vera++ with clang-format (#4518)

JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik robert.fancsik@h-lab.eu
This commit is contained in:
Robert Fancsik
2021-11-05 14:15:47 +01:00
committed by GitHub
parent bc091e1742
commit badfdf4dba
564 changed files with 10195 additions and 15090 deletions
+2 -2
View File
@@ -36,7 +36,7 @@
* 2 1 - x 1 - x
*
* For x < 0.5
* atanh(x) = 0.5 * log1p(2x + 2x * x / (1 - x))
* atanh(x) = 0.5 * log1p(2x + 2x * x / (1 - x))
*
* Special cases:
* atanh(x) is NaN if |x| > 1 with signal;
@@ -46,7 +46,7 @@
*/
#define zero 0.0
#define one 1.0
#define one 1.0
#define huge 1.0e+300
double