1
1
openwrt/target/linux/realtek/image/rt-loader/src
Mieczyslaw Nalewaj 3e42e349d4
treewide: strip trailing whitespace
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/22840
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2026-04-08 10:05:53 +02:00
..
board.c treewide: strip trailing whitespace 2026-04-08 10:05:53 +02:00
main.c realtek: rt-loader: fix RTL839x/RTL93xx version detection 2026-02-13 12:43:43 +01:00
memory.c realtek: rt-loader: memory library enhancements 2025-09-03 21:36:34 +02:00
startup.S realtek: Cleanup tab vs spaces for indentation 2025-11-23 22:26:10 +01:00
unlzma.c