code-style: some whitespace fixes - gopherproxy-c - Gopher HTTP proxy in C (CGI)
(HTM) git clone git://git.codemadness.org/gopherproxy-c
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit f8d0a722a5cb43ef0d208b11dd377ea3b02a8695
(DIR) parent 641a71680cc507faa65a1b2c7384d1e3313119ef
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 3 Aug 2025 21:43:42 +0200
code-style: some whitespace fixes
Diffstat:
M gopherproxy.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
(DIR) diff --git a/gopherproxy.c b/gopherproxy.c
@@ -389,17 +389,17 @@ servedir(const char *server, const char *port, const char *path, const char *que
fputs("</a>", stdout);
break;
case 'I': /* image: show inline */
- fputs(typestr(v._type), stdout);
- fputs(" <a href=\"?q=", stdout);
- encodeparam(uri);
- fputs("\">", stdout);
+ fputs(typestr(v._type), stdout);
+ fputs(" <a href=\"?q=", stdout);
+ encodeparam(uri);
+ fputs("\">", stdout);
- fputs("<img src=\"?q=", stdout);
- encodeparam(uri);
- fputs("\" />", stdout);
+ fputs("<img src=\"?q=", stdout);
+ encodeparam(uri);
+ fputs("\" />", stdout);
- fputs("</a>", stdout);
- break;
+ fputs("</a>", stdout);
+ break;
default: /* other */
fputs(typestr(v._type), stdout);
fputs(" <a href=\"", stdout);