]> git.puffer.fish Git - mirror/frr.git/commit
staticd: Correct the incorrect style formatting applied by clang
authorCarmine Scarpitta <cscarpit@cisco.com>
Thu, 20 Feb 2025 10:20:52 +0000 (11:20 +0100)
committerCarmine Scarpitta <cscarpit@cisco.com>
Wed, 30 Apr 2025 16:54:43 +0000 (16:54 +0000)
commitbb5a907b34b8c534ab6c4825efac777ea140e8f4
tree785dec87e486d0fb35d978ae644962f8e1df47c6
parent1d26fc3f196127b05b2e473049828c6ab3454cd7
staticd: Correct the incorrect style formatting applied by clang

clang-format tends to alter the formatting of the struct frr_yang_module_info,
reducing its readability. This commit resolves the issue by disabling
clang-format for this specific struct.

Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
staticd/static_main.c