clean components/ whitespace issues

image_conf, make_scripts_riscv -  Delete trailing spaces. Change tabs to 4 space multiples.

    .c and .h get tabs expanded to four spaces for consistency, traliing whitespace whacked.
    Makefiles do NOT get tabs changed.
This commit is contained in:
Robert Lipe 2020-11-08 13:56:51 -06:00
parent e82b9d746d
commit 3bc544d9f3
621 changed files with 83078 additions and 83078 deletions

0
components/bl602/bl602/evb/src/compat_attribute.h Executable file → Normal file
View File

0
components/bl602/bl602/evb/src/debug.c Executable file → Normal file
View File

0
components/bl602/bl602/evb/src/sscanf.c Executable file → Normal file
View File

0
components/bl602/bl602/evb/src/strntoumax.c Executable file → Normal file
View File

0
components/bl602/bl602/evb/src/vsscanf.c Executable file → Normal file
View File

View File

View File

View File

View File

0
components/bl602/bl602_wifi/include/bl60x_fw_api.h Executable file → Normal file
View File

0
components/fs/vfs/include/hal/soc/gpio.h Executable file → Normal file
View File

0
components/fs/vfs/include/hal/soc/i2c.h Executable file → Normal file
View File

0
components/fs/vfs/include/hal/soc/uart.h Executable file → Normal file
View File

0
components/network/dns_server/include/dns_server.h Executable file → Normal file
View File

0
components/network/dns_server/include/web_server.h Executable file → Normal file
View File

0
components/network/dns_server/src/dns_server.c Executable file → Normal file
View File

0
components/network/dns_server/src/web_server.c Executable file → Normal file
View File

View File

@ -168,7 +168,7 @@
* TCPIP thread. It is a common error to call these from other threads
* or from IRQ contexts. Ethernet RX needs to deliver incoming packets
* in the correct way by sending a message to TCPIP thread, this is
* implemented in tcpip_input().
* implemented in tcpip_input().
* Again, ensure lwIP is _NEVER_ called from an interrupt, e.g.
* some SPI IRQ wants to forward data to udp_send() or tcp_write()!
*

0
components/network/lwip/lwip-port/FreeRTOS/sys_arch.c Executable file → Normal file
View File

0
components/stage/atcmd/inc/at_debug.h Executable file → Normal file
View File

0
components/stage/atcmd/inc/at_private.h Executable file → Normal file
View File

0
components/stage/atcmd/inc/atcmd/at_command.h Executable file → Normal file
View File

0
components/stage/atcmd/inc/atcmd/at_config.h Executable file → Normal file
View File

0
components/stage/atcmd/inc/atcmd/at_macros.h Executable file → Normal file
View File

0
components/stage/atcmd/inc/atcmd/at_queue.h Executable file → Normal file
View File

0
components/stage/atcmd/inc/atcmd/at_status.h Executable file → Normal file
View File

0
components/stage/atcmd/inc/atcmd/at_types.h Executable file → Normal file
View File

0
components/stage/blfdt/inc/fdt.h Executable file → Normal file
View File

0
components/stage/blfdt/inc/libfdt.h Executable file → Normal file
View File

0
components/stage/blfdt/inc/libfdt_env.h Executable file → Normal file
View File

0
components/stage/blfdt/inc/libfdt_internal.h Executable file → Normal file
View File

0
components/stage/blfdt/src/fdt.c Executable file → Normal file
View File

0
components/stage/blfdt/src/fdt_addresses.c Executable file → Normal file
View File

0
components/stage/blfdt/src/fdt_empty_tree.c Executable file → Normal file
View File

0
components/stage/blfdt/src/fdt_overlay.c Executable file → Normal file
View File

0
components/stage/blfdt/src/fdt_ro.c Executable file → Normal file
View File

0
components/stage/blfdt/src/fdt_rw.c Executable file → Normal file
View File

0
components/stage/blfdt/src/fdt_strerror.c Executable file → Normal file
View File

0
components/stage/blfdt/src/fdt_sw.c Executable file → Normal file
View File

0
components/stage/blfdt/src/fdt_wip.c Executable file → Normal file
View File