uavcan drivers: update code style

Pure refactoring, just running 'make format'.
This commit is contained in:
Beat Küng
2019-10-31 11:11:05 +01:00
parent 6049a95073
commit 6622f04feb
17 changed files with 3307 additions and 3429 deletions

View File

@@ -11,7 +11,6 @@ exec find boards msg src platforms \
-path msg/templates/urtps -prune -o \
-path platforms/nuttx/NuttX -prune -o \
-path src/drivers/uavcan/libuavcan -prune -o \
-path src/drivers/uavcan/uavcan_drivers -prune -o \
-path src/lib/DriverFramework -prune -o \
-path src/lib/ecl -prune -o \
-path src/lib/matrix -prune -o \