clang-format: add litest_with_logcapture to foreach macros

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1284>
This commit is contained in:
Peter Hutterer 2025-08-01 11:36:38 +10:00 committed by Marge Bot
parent a22883f7e2
commit 68dbb98f04
2 changed files with 2 additions and 2 deletions

View file

@ -74,6 +74,7 @@ ForEachMacros:
- tp_for_each_touch
- range_for_each
- litest_log_group
- litest_with_logcapture
- litest_with_parameters
- litest_with_event_frame
- udev_list_entry_foreach

View file

@ -531,8 +531,7 @@ START_TEST(keyboard_keycode_obfuscation)
litest_drain_events(li);
litest_with_logcapture(li, capture)
{
litest_with_logcapture(li, capture) {
litest_event(dev, EV_KEY, KEY_Q, 1);
litest_event(dev, EV_SYN, SYN_REPORT, 0);
litest_event(dev, EV_KEY, KEY_Q, 0);