]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: spoe: Uniformize function definitions
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 4 Jul 2024 13:33:41 +0000 (15:33 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Jul 2024 13:27:05 +0000 (15:27 +0200)
commita492e08e629b471b23e21471b80d2cf6dc16a95f
treea8401d30d7eced17311dc052e3cf0514d122bee6
parentcab98784d8760eb7a422c6f1e38f65f5f1745a57
CLEANUP: spoe: Uniformize function definitions

SPOE functions definitions were splitted on 2 or more lines, with the return
type alone on the first line. It is unusual in the HAProxy code.

The related issue is #2502.
include/haproxy/spoe.h
src/flt_spoe.c