[hackers] [quark] Style fix || Laslo Hunhold

From: <git_AT_suckless.org>
Date: Tue, 11 Jul 2017 13:03:50 +0200 (CEST)

commit 233bf68b4b9457bc4747c65038b80765a9eeb39e
Author: Laslo Hunhold <dev_AT_frign.de>
AuthorDate: Tue Jul 11 13:03:24 2017 +0200
Commit: Laslo Hunhold <dev_AT_frign.de>
CommitDate: Tue Jul 11 13:03:24 2017 +0200

    Style fix
    
    Thanks Quentin!

diff --git a/quark.c b/quark.c
index 8bf94ff..2b59f9d 100644
--- a/quark.c
+++ b/quark.c
_AT_@ -448,11 +448,11 @@ sendfile(int fd, char *name, struct request *r, struct stat *st, char *mime,
                     "HTTP/1.1 %d %s\r\n"
                     "Date: %s\r\n"
                     "Connection: close\r\n"
- "Last-Modified: %s\r\n"
- "Content-Type: %s\r\n"
- "Content-Length: %zu\r\n",
+ "Last-Modified: %s\r\n"
+ "Content-Type: %s\r\n"
+ "Content-Length: %zu\r\n",
                     s, status_str[s], timestamp(time(NULL), t1),
- timestamp(st->st_mtim.tv_sec, t2), mime,
+ timestamp(st->st_mtim.tv_sec, t2), mime,
                     upper - lower + (st->st_size > 0)) < 0) {
                 s = S_REQUEST_TIMEOUT;
                 goto cleanup;
Received on Tue Jul 11 2017 - 13:03:50 CEST

This archive was generated by hypermail 2.3.0 : Tue Jul 11 2017 - 13:13:22 CEST