diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-08-19 09:52:07 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-08-19 09:52:07 +0200 |
commit | c7fce1416c0c3fb5f49c490be3081460835e1376 (patch) | |
tree | decf6f3186ef8533ab5f0627a887f3ab60840f69 | |
parent | 773d6cce732d9bcdde16851926a4e6c92baddd3c (diff) | |
download | libmicrohttpd-c7fce1416c0c3fb5f49c490be3081460835e1376.tar.gz libmicrohttpd-c7fce1416c0c3fb5f49c490be3081460835e1376.zip |
indentation fix
-rw-r--r-- | src/microhttpd/connection.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c index 6666be94..02497cc6 100644 --- a/src/microhttpd/connection.c +++ b/src/microhttpd/connection.c | |||
@@ -1187,7 +1187,8 @@ try_grow_read_buffer (struct MHD_Connection *connection, | |||
1187 | the right position in the pool, say because someone called | 1187 | the right position in the pool, say because someone called |
1188 | MHD_pool_allocate() without 'from_end' set to 'true'? Anyway, | 1188 | MHD_pool_allocate() without 'from_end' set to 'true'? Anyway, |
1189 | should be investigated! (Ideally provide all data from | 1189 | should be investigated! (Ideally provide all data from |
1190 | *pool and connection->read_buffer and new_size for debugging). */mhd_assert (0); | 1190 | *pool and connection->read_buffer and new_size for debugging). */// |
1191 | mhd_assert (0); | ||
1191 | return false; | 1192 | return false; |
1192 | } | 1193 | } |
1193 | connection->read_buffer = rb; | 1194 | connection->read_buffer = rb; |