[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 02/03: test_put_header_fold: fixed code style
From: |
gnunet |
Subject: |
[libmicrohttpd] 02/03: test_put_header_fold: fixed code style |
Date: |
Sun, 17 Sep 2023 18:04:34 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
commit 76bb5944a53a6710a4c222fdabf2668a2644ee44
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Fri Sep 15 18:54:26 2023 +0300
test_put_header_fold: fixed code style
---
src/testcurl/test_put_header_fold.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/testcurl/test_put_header_fold.c
b/src/testcurl/test_put_header_fold.c
index a37cea51..3a732952 100644
--- a/src/testcurl/test_put_header_fold.c
+++ b/src/testcurl/test_put_header_fold.c
@@ -1142,8 +1142,8 @@ performCheck (void)
if (use_put_large)
mem_limit = (size_t) (TEST_UPLOAD_DATA_SIZE / 2 + HEADERS_POINTERS_SIZE);
else
- mem_limit = (size_t) ((TEST_UPLOAD_DATA_SIZE * 4) / 3 + 2 +
- HEADERS_POINTERS_SIZE);
+ mem_limit = (size_t) ((TEST_UPLOAD_DATA_SIZE * 4) / 3 + 2
+ + HEADERS_POINTERS_SIZE);
d = MHD_start_daemon (MHD_USE_ERROR_LOG,
port, NULL, NULL,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.