gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 03/04: largepost: fixed code style


From: gnunet
Subject: [libmicrohttpd] 03/04: largepost: fixed code style
Date: Tue, 18 Jan 2022 13:22:56 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit ba2d078858f4bd7c4e83cd7c44cc940fa9edb6d9
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Jan 18 15:19:13 2022 +0300

    largepost: 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 58649508..ee9e85da 100644
--- a/doc/examples/largepost.c
+++ b/doc/examples/largepost.c
@@ -86,7 +86,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]