From 2cf040ad8b1bac9ae0f2b7b2e1433811d20b0699 Mon Sep 17 00:00:00 2001 From: Amal Mohan K <33391178+amalmohan542@users.noreply.github.com> Date: Wed, 2 Oct 2019 12:09:23 +0530 Subject: [PATCH] Update fig06_15.c output improved --- sample-code/06-array/fig06_15.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample-code/06-array/fig06_15.c b/sample-code/06-array/fig06_15.c index f855c6f2..192d31ad 100644 --- a/sample-code/06-array/fig06_15.c +++ b/sample-code/06-array/fig06_15.c @@ -36,7 +36,7 @@ int main(void) } } - puts("\nData items in ascending order"); + puts("\nData items in ascending order \n"); // output sorted array for (size_t i = 0; i < SIZE; ++i) { @@ -44,4 +44,4 @@ int main(void) } puts(""); -} \ No newline at end of file +}