From c9d5bef9cd8b742241f77c0f10cc2f899a858700 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 18 Feb 2025 14:24:59 +0100 Subject: [PATCH] fix indent --- tests/unit/unit1609.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/unit/unit1609.c b/tests/unit/unit1609.c index 04b53b0d72..c3b11d7a4d 100644 --- a/tests/unit/unit1609.c +++ b/tests/unit/unit1609.c @@ -105,9 +105,9 @@ UNITTEST_START struct Curl_easy *easy = NULL; struct curl_slist *list = NULL; -/* important: we setup cache outside of the loop - and also clean cache after the loop. In contrast,for example, - test 1607 sets up and cleans cache on each iteration. */ + /* important: we setup cache outside of the loop + and also clean cache after the loop. In contrast,for example, + test 1607 sets up and cleans cache on each iteration. */ for(i = 0; i < (int)CURL_ARRAYSIZE(tests); ++i) { int j;