Linuxize: Change indentation of C labels.

It is reported by kernel build test systems that all ACPICA linuxized
files have incorrect label indentation.  This patch changes default indent
option to fix this bug.  Lv Zheng.
This commit is contained in:
Robert Moore 2013-09-19 07:58:02 -07:00
parent 24298543de
commit 3262a4bfb0

View File

@ -174,7 +174,7 @@ lindent()
(
cd $1
find . -name "*.[ch]" | xargs indent \
-npro -kr -i8 -ts8 -sob -l80 -ss -ncs \
-npro -kr -i8 -ts8 -sob -l80 -ss -ncs -il0 \
-T u8 -T u16 -T u32 -T u64 \
-T acpi_integer \
-T acpi_predefined_data \