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> |
||
|---|---|---|
| .. | ||
| backport-6.6 | ||
| backport-6.12 | ||
| files | ||
| hack-6.6 | ||
| hack-6.12 | ||
| image | ||
| other-files | ||
| pending-6.6 | ||
| pending-6.12 | ||
| config-6.6 | ||
| config-6.12 | ||
| config-filter | ||
| kernel-6.6 | ||
| kernel-6.12 | ||
| PATCHES | ||