Re: [PATCH v1] clang-format: Fix formatting of guard()
From: Bart Van Assche
Date: Wed Jul 08 2026 - 12:18:31 EST
On 7/8/26 3:57 AM, Mickaël Salaün wrote:
The previous fix was overzealous and included guard() along withReviewed-by: Bart Van Assche <bvanassche@xxxxxxx>
scoped_guard(), but only the later takes curly braces.
The original fix introduced this issue:
- guard(rcu)();
+ guard(rcu)
+ ();