From 6cad7b70c7557a819c70d7f4f6a70a24aff12c3c Mon Sep 17 00:00:00 2001 From: "David J. Gardner" Date: Thu, 23 May 2024 12:23:23 -0700 Subject: [PATCH] formatting --- src/sunnonlinsol/newton/sunnonlinsol_newton.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/sunnonlinsol/newton/sunnonlinsol_newton.c b/src/sunnonlinsol/newton/sunnonlinsol_newton.c index b019c829de..de53be6909 100644 --- a/src/sunnonlinsol/newton/sunnonlinsol_newton.c +++ b/src/sunnonlinsol/newton/sunnonlinsol_newton.c @@ -285,9 +285,8 @@ int SUNNonlinSolSolve_Newton(SUNNonlinearSolver NLS, N_Vector y0, N_Vector ycor, } #if SUNDIALS_LOGGING_LEVEL >= SUNDIALS_LOGGING_INFO - SUNLogger_QueueMsg(NLS->sunctx->logger, SUN_LOGLEVEL_INFO, - __func__, "start-iterate", - "iter = %ld, nni = %ld", + SUNLogger_QueueMsg(NLS->sunctx->logger, SUN_LOGLEVEL_INFO, __func__, + "start-iterate", "iter = %ld, nni = %ld", (long int)NEWTON_CONTENT(NLS)->curiter, NEWTON_CONTENT(NLS)->niters); #endif