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> |
||
|---|---|---|
| .. | ||
| tinysrp | ||
| aes.c | ||
| ead-client.c | ||
| ead-crypt.c | ||
| ead-crypt.h | ||
| ead-pcap.h | ||
| ead.c | ||
| ead.h | ||
| filter.c | ||
| libbridge.h | ||
| libbridge_init.c | ||
| libbridge_private.h | ||
| list.h | ||
| Makefile | ||
| passwd | ||
| pfc.c | ||
| pw_encrypt_md5.c | ||
| sha1.c | ||