From bade988016aa5d2936c6bdf53570125181cfe2f9 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 2 Jul 2008 15:24:05 +0200 Subject: Indent code. --- lib/debug.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/debug.c') diff --git a/lib/debug.c b/lib/debug.c index e63e8b019e..f60c4776cc 100644 --- a/lib/debug.c +++ b/lib/debug.c @@ -125,6 +125,7 @@ _gnutls_dump_mpi (const char *prefix, bigint_t a) if (_gnutls_mpi_print (a, mpi_buf, &n) < 0) strcpy (buf, "[can't print value]"); /* Flawfinder: ignore */ - else _gnutls_bin2hex (mpi_buf, n, buf, sizeof(buf)); + else + _gnutls_bin2hex (mpi_buf, n, buf, sizeof (buf)); _gnutls_hard_log ("MPI: length: %d\n\t%s%s\n", n, prefix, buf); } -- cgit v1.2.1