From 70eb08ca7d570541ec4ac7c5a4126b11258a1b5a Mon Sep 17 00:00:00 2001 From: Michael Kruse Date: Mon, 30 Nov 2015 22:46:14 +0100 Subject: [PATCH] Fix comment formatting Signed-off-by: Michael Kruse Signed-off-by: Sven Verdoolaege --- isl_int_sioimath.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/isl_int_sioimath.h b/isl_int_sioimath.h index f4fa4b1a..a1712542 100644 --- a/isl_int_sioimath.h +++ b/isl_int_sioimath.h @@ -522,7 +522,7 @@ inline double isl_sioimath_get_d(isl_sioimath_src val) /* Format a number as decimal string. * * The largest possible string from small representation is 12 characters - *("-2147483647"). + * ("-2147483647"). */ inline char *isl_sioimath_get_str(isl_sioimath_src val) { @@ -719,7 +719,7 @@ inline void isl_sioimath_mul_si(isl_sioimath_ptr dst, isl_sioimath lhs, isl_sioimath_try_demote(dst); } -/* Multiply an isl_int and an unsigned long +/* Multiply an isl_int and an unsigned long. */ inline void isl_sioimath_mul_ui(isl_sioimath_ptr dst, isl_sioimath lhs, unsigned long rhs) @@ -739,9 +739,8 @@ inline void isl_sioimath_mul_ui(isl_sioimath_ptr dst, isl_sioimath lhs, } /* Compute the power of an isl_int to an unsigned long. - * Always let IMath do it; the result is unlikely to be small except some - * special - * cases. + * Always let IMath do it; the result is unlikely to be small except in some + * special cases. * Note: 0^0 == 1 */ inline void isl_sioimath_pow_ui(isl_sioimath_ptr dst, isl_sioimath_src lhs, -- 2.11.4.GIT