HomeClusterLabs Projects
Diffusion Booth fd679976bb8f

Refactor: Unindent various code blocks in transport.c.

Description

Refactor: Unindent various code blocks in transport.c.

When we have a condition with a bunch of code under it, these can often
be rewritten to invert the condition and exit which allows all the
previously indented code to be un-indented. This can make the resulting
code easier to follow.

Details

Provenance
clumensAuthored on Oct 25 2024, 4:16 PM
Parents
rB05c261e6fcd5: Refactor: Remove global booth_conf variable in transport.c.
Branches
Unknown
Tags
Unknown