forked from mirror/openwrt
Strip trailing whitespace in all code: find . -type f | grep "\.c$" | xargs sed -i 's/[ \t]\+$//' find . -type f | grep "\.h$" | xargs sed -i 's/[ \t]\+$//' find . -type f | grep "\.dts$" | xargs sed -i 's/[ \t]\+$//' find . -type f | grep "\.dtsi$" | xargs sed -i 's/[ \t]\+$//' Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/18626 Signed-off-by: Robert Marko <robimarko@gmail.com> |
||
|---|---|---|
| .. | ||
| include | ||
| _udivsi3.S | ||
| _umodsi3.S | ||
| asm_isr.S | ||
| asm_mci_isr.S | ||
| at45.c | ||
| com.c | ||
| com.h | ||
| config.h | ||
| cstartup_ram.S | ||
| dataflash.c | ||
| dataflash.h | ||
| div0.c | ||
| elf32-littlearm.lds | ||
| embedded_services.h | ||
| init.c | ||
| jump.S | ||
| led.c | ||
| main.c | ||
| main.h | ||
| Makefile | ||
| mci_device.c | ||
| stdio.h | ||