aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-07-22 09:43:26 +0000
committerng0 <ng0@n0.is>2019-07-22 09:43:26 +0000
commit52a76e50b2fe3cccd6dc0a8844996d4f5809319c (patch)
tree2872c22e0463c66ade0b15a5e80629c1ef5bc328 /src/microhttpd
parent4b924674f31d09c222087f8eae0a76882558bd06 (diff)
downloadlibmicrohttpd-52a76e50b2fe3cccd6dc0a8844996d4f5809319c.tar.gz
libmicrohttpd-52a76e50b2fe3cccd6dc0a8844996d4f5809319c.zip
indent
Diffstat (limited to 'src/microhttpd')
-rw-r--r--src/microhttpd/mhd_send.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/microhttpd/mhd_send.h b/src/microhttpd/mhd_send.h
index 9d2065f0..982c36a4 100644
--- a/src/microhttpd/mhd_send.h
+++ b/src/microhttpd/mhd_send.h
@@ -1,20 +1,20 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 Copyright (C) 2019 ng0 3 Copyright (C) 2019 ng0
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
7 License as published by the Free Software Foundation; either 7 License as published by the Free Software Foundation; either
8 version 2.1 of the License, or (at your option) any later version. 8 version 2.1 of the License, or (at your option) any later version.
9 9
10 This library is distributed in the hope that it will be useful, 10 This library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of 11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Lesser General Public License for more details. 13 Lesser General Public License for more details.
14 14
15 You should have received a copy of the GNU Lesser General Public 15 You should have received a copy of the GNU Lesser General Public
16 License along with this library; if not, write to the Free Software 16 License along with this library; if not, write to the Free Software
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 18
19*/ 19*/
20 20