summaryrefslogtreecommitdiff
path: root/tests/aapits/asl/nmsp0015.asl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aapits/asl/nmsp0015.asl')
-rwxr-xr-xtests/aapits/asl/nmsp0015.asl76
1 files changed, 38 insertions, 38 deletions
diff --git a/tests/aapits/asl/nmsp0015.asl b/tests/aapits/asl/nmsp0015.asl
index 6839c8ae0..ba1b5f6af 100755
--- a/tests/aapits/asl/nmsp0015.asl
+++ b/tests/aapits/asl/nmsp0015.asl
@@ -1,38 +1,38 @@
-DefinitionBlock(
- "nmsp0015.aml", // Output filename
- "DSDT", // Signature
- 0x02, // DSDT Revision
- "Intel", // OEMID
- "Many", // TABLE ID
- 0x00000001 // OEM Revision
- ) {
-
- /*
- * ACPICA API Test Suite
- * Namespace test 0015
- */
-
-
- Name(I000, 0)
- Name(I001, 0)
- Name(I002, 0)
-
- Method(M000, 1)
- {
- Store(Arg0, Local0)
- Increment(I000)
- }
-
- Method(M001)
- {
- M002()
- Increment(I001)
- }
-
- Method(M002)
- {
- Increment(I002)
- Store(Arg0, Local0)
- Increment(I002)
- }
-}
+DefinitionBlock(
+ "nmsp0015.aml", // Output filename
+ "DSDT", // Signature
+ 0x02, // DSDT Revision
+ "Intel", // OEMID
+ "Many", // TABLE ID
+ 0x00000001 // OEM Revision
+ ) {
+
+ /*
+ * ACPICA API Test Suite
+ * Namespace test 0015
+ */
+
+
+ Name(I000, 0)
+ Name(I001, 0)
+ Name(I002, 0)
+
+ Method(M000, 1)
+ {
+ Store(Arg0, Local0)
+ Increment(I000)
+ }
+
+ Method(M001)
+ {
+ M002()
+ Increment(I001)
+ }
+
+ Method(M002)
+ {
+ Increment(I002)
+ Store(Arg0, Local0)
+ Increment(I002)
+ }
+}