summaryrefslogtreecommitdiff
path: root/mpq
diff options
context:
space:
mode:
authorTorbjorn Granlund <torbjorng@google.com>2015-06-20 20:22:36 +0200
committerTorbjorn Granlund <torbjorng@google.com>2015-06-20 20:22:36 +0200
commita9bb70d3191bc9a50ea0d163bb53d1c4c10ba76a (patch)
tree0305950be8c990f1b218ca590d4e3e23c85b4c71 /mpq
parentff5d5f4a02979626fc5987c4968278a3f9f45867 (diff)
downloadgmp-a9bb70d3191bc9a50ea0d163bb53d1c4c10ba76a.tar.gz
Whitespace cleanup.
Diffstat (limited to 'mpq')
-rw-r--r--mpq/div.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpq/div.c b/mpq/div.c
index 1c7248572..43514c981 100644
--- a/mpq/div.c
+++ b/mpq/div.c
@@ -53,7 +53,7 @@ mpq_div (mpq_ptr quot, mpq_srcptr op1, mpq_srcptr op2)
SIZ(NUM(quot)) = 1;
PTR(DEN(quot))[0] = 1;
SIZ(DEN(quot)) = 1;
- return;
+ return;
}
if (quot == op2)