CLEANUP: htx: Properly indent htx_reserve_max_data() function
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 7 Nov 2023 06:50:22 +0000 (07:50 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 7 Nov 2023 09:41:11 +0000 (10:41 +0100)
commite5fe2013a9451ef2c83f4ef0ae2ce11a5a6bf1a4
tree1d8ba93ce485d7ed0b5e4d6bf886e9410478f2a0
parentc57af8ebcdd39bcef7c3edc2d1d6e11b6ef7f448
CLEANUP: htx: Properly indent htx_reserve_max_data() function

Spaces were used instead of tabs to indent htx_reserve_max_data()
function. Let's reindent the whole function.
src/htx.c