gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 114/156: examples/largepost.c: fixed code style


From: gnunet
Subject: [libmicrohttpd] 114/156: examples/largepost.c: fixed code style
Date: Sun, 28 May 2023 17:52:47 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to tag v0.9.77
in repository libmicrohttpd.

commit 755dda4e0faea8b4faca37dbcea21c3e2d68d27c
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu May 18 20:42:41 2023 +0300

    examples/largepost.c: fixed code style
---
 doc/examples/largepost.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/examples/largepost.c b/doc/examples/largepost.c
index 165c47ed..ed431d8d 100644
--- a/doc/examples/largepost.c
+++ b/doc/examples/largepost.c
@@ -80,7 +80,7 @@ const char *fileexistspage =
   "<html><body>This file already exists.</body></html>";
 const char *fileioerror =
   "<html><body>IO error writing to disk.</body></html>";
-const char*const postprocerror =
+const char *const postprocerror =
   "<html><head><title>Error</title></head><body>Error processing POST 
data</body></html>";
 
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]