openwrt/tools/include
Mieczyslaw Nalewaj a238170e57 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/18626
Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-05-20 00:47:37 +02:00
..
asm tools: add more linux include files to fix x86 build on macos 2024-05-07 12:50:27 +02:00
linux tools: add more linux include files to fix x86 build on macos 2024-05-07 12:50:27 +02:00
sys
byteswap.h treewide: strip trailing whitespace 2025-05-20 00:47:37 +02:00
elf.h tools: update elf.h 2023-03-19 18:20:18 +01:00
endian.h tools/include: add more endian macros 2023-10-29 15:56:41 +01:00