• Felix Ruess's avatar
    [airborne] fix code style on (nearly) all files · 603b40a5
    Felix Ruess authored
    ```
    find sw/airborne/ -regextype posix-extended -regex 'sw/airborne/.*(chibios-libopencm3|lpcusb|efsl|lpc21/include|lpc21/test/bootloader|subsystems/ahrs)' -prune -o -name '*.[ch]' -exec ./fix_code_style.sh {} +
    ```
    
    ignored ahrs (for now) to not create unnecessary conflicts for some pending changes..
    603b40a5