summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_abs.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/bn_mp_abs.c')
-rw-r--r--libtommath/bn_mp_abs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libtommath/bn_mp_abs.c b/libtommath/bn_mp_abs.c
index 03904d2..9b6bcec 100644
--- a/libtommath/bn_mp_abs.c
+++ b/libtommath/bn_mp_abs.c
@@ -19,8 +19,7 @@
*
* Simple function copies the input and fixes the sign to positive
*/
-int
-mp_abs(const mp_int *a, mp_int *b)
+int mp_abs(const mp_int *a, mp_int *b)
{
int res;