summaryrefslogtreecommitdiff
path: root/tests/mpn
diff options
context:
space:
mode:
authorTorbjorn Granlund <torbjorng@google.com>2015-08-25 21:12:28 +0200
committerTorbjorn Granlund <torbjorng@google.com>2015-08-25 21:12:28 +0200
commitb7ffebc69c6986da7a3ff8c52528e2106788b481 (patch)
tree95d7663ea68ba38b2512f20df987b760f4ab3f29 /tests/mpn
parent74217c584393255de98847dff2eef0d74e8594a6 (diff)
downloadgmp-b7ffebc69c6986da7a3ff8c52528e2106788b481.tar.gz
Whitespace cleanup.
Diffstat (limited to 'tests/mpn')
-rw-r--r--tests/mpn/t-broot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mpn/t-broot.c b/tests/mpn/t-broot.c
index b20d23b08..4b0906b46 100644
--- a/tests/mpn/t-broot.c
+++ b/tests/mpn/t-broot.c
@@ -99,7 +99,7 @@ main (int argc, char **argv)
abort ();
}
}
-
+
mpn_broot (rp, ap, MAX_LIMBS, 1);
if (mpn_cmp (ap, rp, MAX_LIMBS) != 0)
{