Remove some extra blank lines

Mostly in generate and tests.
This commit is contained in:
Robert Moore 2020-01-22 08:10:39 -08:00
parent 4999d4bb36
commit 8d285e942c
12 changed files with 0 additions and 12 deletions

View File

@ -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.

View File

@ -12,4 +12,3 @@
..\..\source\components\resources\*.c
..\..\source\components\tables\*.c
..\..\source\components\utilities\*.c

View File

@ -13,4 +13,3 @@ echo 32-bit lint completed >> LintOut.txt
@echo off
echo ---
echo Output placed in LintOut.txt

View File

@ -11,4 +11,3 @@ std32.lnt - 32-bit options
std64.lnt - 64-bit options
options.lnt - common options
others - windows/dos compiler option files

View File

@ -13,4 +13,3 @@ c:\acpi\generate\lint\co-msc40.lnt
options.lnt -mL -si2 -spN2 -spF4 -sl4

View File

@ -15,4 +15,3 @@
co.lnt
options.lnt

View File

@ -134,4 +134,3 @@ Package=<3>
}}}
###############################################################################

View File

@ -134,4 +134,3 @@ Package=<3>
}}}
###############################################################################

View File

@ -241,4 +241,3 @@ shift $(($OPTIND - 1))
build_acpi_tools
run_aslts

View File

@ -268,4 +268,3 @@ compile_test_case:
rval=1; \
fi; \
if [ $$rval != 0 ]; then exit 1; fi

View File

@ -34,4 +34,3 @@ DefinitionBlock ("", "SSDT", 2, "Intel", "_SSDT_01", 0x00000001)
}
Name (PKG1, Package () {0x0, 0x1, 0x2, 0x3})
}

View File

@ -47,4 +47,3 @@ for f in $files ; do
diff -pu -I" \*" $sig.asl $sig.dsl >> diff.log
fi
done