]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: ssl: fix indentation in smp_fetch_ssl_fc_ec() (part 2)
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 9 Jan 2024 14:24:29 +0000 (15:24 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 9 Jan 2024 16:27:31 +0000 (17:27 +0100)
commit0773826645caf1ba9531198b783cb08a7935e7b7
tree8e75417124038658409ff92b0a9640495614d950
parentb6c1f5c7d976e0589c85ac9ba7033d8a137d6ca3
CLEANUP: ssl: fix indentation in smp_fetch_ssl_fc_ec() (part 2)

Fix indentation in smp_fetch_ssl_fc_ec() since it is using exclusively
spaces.

This should have been in previous 9a21b4b43 patch but was missed by
accident.

Could be backported if a fix depends on it.
src/ssl_sample.c