From 350635a59a000fa4561d0d8bbe6814b4b9df530c Mon Sep 17 00:00:00 2001 From: Ondrej Bilka Date: Thu, 6 Jun 2013 19:36:03 +0200 Subject: Fix leading whitespaces. --- soft-fp/op-1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'soft-fp/op-1.h') diff --git a/soft-fp/op-1.h b/soft-fp/op-1.h index b9035ee821..8e05e2fab7 100644 --- a/soft-fp/op-1.h +++ b/soft-fp/op-1.h @@ -233,7 +233,7 @@ do { \ _nl = X##_f << (_FP_W_TYPE_SIZE - 1); \ _nh = X##_f >> 1; \ } \ - \ + \ udiv_qrnnd(_q, _r, _nh, _nl, _y); \ R##_f = _q | (_r != 0); \ } while (0) -- cgit v1.2.1