aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkFloatBits.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkFloatBits.cpp')
-rw-r--r--src/core/SkFloatBits.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/SkFloatBits.cpp b/src/core/SkFloatBits.cpp
index 54a1d20188..39b51abf1d 100644
--- a/src/core/SkFloatBits.cpp
+++ b/src/core/SkFloatBits.cpp
@@ -204,4 +204,3 @@ float SkIntToFloatCast_NoOverflowCheck(int32_t value) {
data.fSignBitInt = (sign << 31) | (shift << 23) | (value & ~MATISSA_MAGIC_BIG);
return data.fFloat;
}
-