mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-25 05:52:09 -05:00
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> |
||
|---|---|---|
| .. | ||
| dts | ||
| files-6.6 | ||
| image | ||
| patches-6.6 | ||
| sf19a2890 | ||
| sf21 | ||
| Makefile | ||
| modules.mk | ||