Commit d154f8a9 authored by Russ Cox's avatar Russ Cox

add blank line (response to post-submit review of CL 19422)

TBR=r
OCL=20127
CL=20127
parent d79f687e
...@@ -216,6 +216,7 @@ func DecimalToFloat64Int(neg bool, d *Decimal) float64 { ...@@ -216,6 +216,7 @@ func DecimalToFloat64Int(neg bool, d *Decimal) float64 {
} }
return f; return f;
} }
func DecimalToFloat32Int(neg bool, d *Decimal) float32 { func DecimalToFloat32Int(neg bool, d *Decimal) float32 {
f := float32(0); f := float32(0);
for i := 0; i < d.nd; i++ { for i := 0; i < d.nd; i++ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment