projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbdd814
)
MIPS: math-emu: Fix indentation
author
Markos Chandras
<
[email protected]
>
Thu, 16 Jul 2015 15:43:33 +0000
(16:43 +0100)
committer
Ralf Baechle
<
[email protected]
>
Thu, 3 Sep 2015 10:07:42 +0000
(12:07 +0200)
Fix indentation for the final 'else' blocks.
Signed-off-by: Markos Chandras <
[email protected]
>
Cc:
[email protected]
Patchwork: https://patchwork.linux-mips.org/patch/10735/
Signed-off-by: Ralf Baechle <
[email protected]
>
arch/mips/math-emu/ieee754int.h
patch
|
blob
|
history
diff --git
a/arch/mips/math-emu/ieee754int.h
b/arch/mips/math-emu/ieee754int.h
index 05389d5e3a933d7dbee1e728adb0b40b1f795599..6383e2c5c1adb5d527fe1023eb173f06e3776dc7 100644
(file)
--- a/
arch/mips/math-emu/ieee754int.h
+++ b/
arch/mips/math-emu/ieee754int.h
@@
-65,8
+65,8
@@
static inline int ieee754_class_nan(int xc)
vc = IEEE754_CLASS_INF; \
else if (vm & SP_MBIT(SP_FBITS-1)) \
vc = IEEE754_CLASS_SNAN; \
-
else
\
-
vc = IEEE754_CLASS_QNAN;
\
+
else
\
+
vc = IEEE754_CLASS_QNAN;
\
} else if (ve == SP_EMIN-1+SP_EBIAS) { \
if (vm) { \
ve = SP_EMIN; \
@@
-105,8
+105,8
@@
static inline int ieee754_class_nan(int xc)
if (vm) { \
ve = DP_EMIN; \
vc = IEEE754_CLASS_DNORM; \
-
} else
\
-
vc = IEEE754_CLASS_ZERO;
\
+
} else
\
+
vc = IEEE754_CLASS_ZERO;
\
} else { \
ve -= DP_EBIAS; \
vm |= DP_HIDDEN_BIT; \