diff options
| author | Zhangjin Wu <[email protected]> | 2023-07-07 22:50:34 +0800 |
|---|---|---|
| committer | Willy Tarreau <[email protected]> | 2023-08-23 04:38:02 +0200 |
| commit | f134c7066c9064b4c9756dd86b2ace6b5cb89d20 (patch) | |
| tree | 00956123af66eed8279bdef6841951a62e6789ee /tools/perf/scripts/python/libxed.py | |
| parent | 67eb617a8e1e46ee726d0b2689dd459aab4e5e18 (diff) | |
tools/nolibc: arch-*.h: fix up code indent errors
More than 8 whitespaces of the code indent are replaced with "tab +
whitespaces" to fix up such errors reported by scripts/checkpatch.pl:
ERROR: code indent should use tabs where possible
#64: FILE: tools/include/nolibc/arch-mips.h:64:
+^I \$
ERROR: code indent should use tabs where possible
#72: FILE: tools/include/nolibc/arch-mips.h:72:
+^I "t0", "t1", "t2", "t3", "t4", "t5", "t6", "t7", "t8", "t9" \$
This command is used:
$ sed -i -e '/^\t* /{s/ /\t/g}' tools/include/nolibc/arch-*.h
Signed-off-by: Zhangjin Wu <[email protected]>
Signed-off-by: Willy Tarreau <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions