Introduction
Introduction Statistics Contact Development Disclaimer Help
code-style: some whitespace fixes - gopherproxy-c - Gopher HTTP proxy in C (CGI)
git clone git://git.codemadness.org/gopherproxy-c
Log
Files
Refs
README
LICENSE
---
commit f8d0a722a5cb43ef0d208b11dd377ea3b02a8695
parent 641a71680cc507faa65a1b2c7384d1e3313119ef
Author: Hiltjo Posthuma <[email protected]>
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(-)
---
diff --git a/gopherproxy.c b/gopherproxy.c
@@ -389,17 +389,17 @@ servedir(const char *server, const char *port, const char…
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);
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.