summaryrefslogtreecommitdiff
path: root/mpf
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2007-09-24 17:19:27 +0200
committertege <tege@gmplib.org>2007-09-24 17:19:27 +0200
commit7f6e0a4930a18e221ea2d45d621bea82c9c9c34e (patch)
tree13f6076dca2ab33d5e59b8847b03226cc30a7be5 /mpf
parent4c893cee7bc42b6f874b4729f7afc767512e8f34 (diff)
downloadgmp-7f6e0a4930a18e221ea2d45d621bea82c9c9c34e.tar.gz
Clean up spacing.
Diffstat (limited to 'mpf')
-rw-r--r--mpf/get_ui.c1
-rw-r--r--mpf/int_p.c1
-rw-r--r--mpf/reldiff.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/mpf/get_ui.c b/mpf/get_ui.c
index 147467ce1..0acaf94a8 100644
--- a/mpf/get_ui.c
+++ b/mpf/get_ui.c
@@ -17,7 +17,6 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
-
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpf/int_p.c b/mpf/int_p.c
index f966c1fe6..d43dcf813 100644
--- a/mpf/int_p.c
+++ b/mpf/int_p.c
@@ -18,7 +18,6 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
-
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpf/reldiff.c b/mpf/reldiff.c
index 631daf84d..f9e40b66e 100644
--- a/mpf/reldiff.c
+++ b/mpf/reldiff.c
@@ -52,4 +52,3 @@ mpf_reldiff (mpf_t rdiff, mpf_srcptr x, mpf_srcptr y)
TMP_FREE;
}
}
-