make format fix zenoh

This commit is contained in:
alexklimaj 2023-10-22 16:01:35 -05:00 committed by Daniel Agar
parent db765e6cbd
commit d882ae05c1
1 changed files with 1 additions and 1 deletions

View File

@ -28,5 +28,5 @@ exec find boards msg src platforms test \
-path src/modules/uxrce_dds_client/Micro-XRCE-DDS-Client -prune -o \
-path src/lib/cdrstream/cyclonedds -prune -o \
-path src/lib/cdrstream/rosidl -prune -o \
-path src/drivers/zenoh/zenoh-pico -prune -o \
-path src/modules/zenoh/zenoh-pico -prune -o \
-type f \( -name "*.c" -o -name "*.h" -o -name "*.cpp" -o -name "*.hpp" \) | grep $PATTERN