diff options
author | Hui Tang <tanghui20@huawei.com> | 2021-05-19 08:30:36 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-05-19 22:17:30 +0300 |
commit | 106b4cb597666832b063df9d5e8d2bb102206f8b (patch) | |
tree | 0129ee391a04e966c85ae494cb728e292aecd43a /include/dt-bindings/sound/apq8016-lpass.h | |
parent | 40b1f92676f2af2bb808db62569156ec15e00c4a (diff) | |
download | linux-106b4cb597666832b063df9d5e8d2bb102206f8b.tar.xz |
net: amd: remove leading spaces before tabs
There are a few leading spaces before tabs and remove it by running the
following commard:
$ find . -name '*.c' | xargs sed -r -i 's/^[ ]+\t/\t/'
$ find . -name '*.h' | xargs sed -r -i 's/^[ ]+\t/\t/'
Signed-off-by: Hui Tang <tanghui20@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/dt-bindings/sound/apq8016-lpass.h')
0 files changed, 0 insertions, 0 deletions