mirror of
https://github.com/acpica/acpica/
synced 2025-01-20 16:39:25 +03:00
Remove some extra blank lines
Mostly in generate and tests.
This commit is contained in:
parent
4999d4bb36
commit
8d285e942c
@ -13,4 +13,3 @@ generate/lint/readme.txt: Using PC-lint for ACPICA source code.
|
||||
source/compiler/readme.txt: Integrating iASL compiler into MS VS environment.
|
||||
|
||||
source/compiler/new_table.txt: How to add a new ACPI table to iASL.
|
||||
|
||||
|
@ -12,4 +12,3 @@
|
||||
..\..\source\components\resources\*.c
|
||||
..\..\source\components\tables\*.c
|
||||
..\..\source\components\utilities\*.c
|
||||
|
||||
|
@ -13,4 +13,3 @@ echo 32-bit lint completed >> LintOut.txt
|
||||
@echo off
|
||||
echo ---
|
||||
echo Output placed in LintOut.txt
|
||||
|
||||
|
@ -11,4 +11,3 @@ std32.lnt - 32-bit options
|
||||
std64.lnt - 64-bit options
|
||||
options.lnt - common options
|
||||
others - windows/dos compiler option files
|
||||
|
||||
|
@ -13,4 +13,3 @@ c:\acpi\generate\lint\co-msc40.lnt
|
||||
|
||||
|
||||
options.lnt -mL -si2 -spN2 -spF4 -sl4
|
||||
|
||||
|
@ -15,4 +15,3 @@
|
||||
|
||||
co.lnt
|
||||
options.lnt
|
||||
|
||||
|
@ -134,4 +134,3 @@ Package=<3>
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
|
@ -134,4 +134,3 @@ Package=<3>
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
|
@ -241,4 +241,3 @@ shift $(($OPTIND - 1))
|
||||
|
||||
build_acpi_tools
|
||||
run_aslts
|
||||
|
||||
|
@ -268,4 +268,3 @@ compile_test_case:
|
||||
rval=1; \
|
||||
fi; \
|
||||
if [ $$rval != 0 ]; then exit 1; fi
|
||||
|
||||
|
@ -34,4 +34,3 @@ DefinitionBlock ("", "SSDT", 2, "Intel", "_SSDT_01", 0x00000001)
|
||||
}
|
||||
Name (PKG1, Package () {0x0, 0x1, 0x2, 0x3})
|
||||
}
|
||||
|
||||
|
@ -47,4 +47,3 @@ for f in $files ; do
|
||||
diff -pu -I" \*" $sig.asl $sig.dsl >> diff.log
|
||||
fi
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user