From 94ea82c10aed87d8a3be5296d72050f29f10e37b Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Fri, 4 Oct 2024 10:21:23 +0100 Subject: [PATCH] Indentation correction. --- src/pv/cursor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pv/cursor.c b/src/pv/cursor.c index 7c5e664..8fc3192 100644 --- a/src/pv/cursor.c +++ b/src/pv/cursor.c @@ -654,7 +654,8 @@ void pv_crs_fini(pvstate_t state) */ if ((!state->cursor.noipc) && (NULL != state->cursor.shared) && state->cursor.shared->tty_tostop_added) { if (0 == state->flag.clear_tty_tostop_on_exit) { - debug("%s", "propagating shared tty_tostop_added true value to local clear_tty_tostop_on_exit flag"); + debug("%s", + "propagating shared tty_tostop_added true value to local clear_tty_tostop_on_exit flag"); state->flag.clear_tty_tostop_on_exit = 1; } }