summaryrefslogtreecommitdiff
path: root/tests/aapits/asl/nmsp0037.asl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aapits/asl/nmsp0037.asl')
-rwxr-xr-xtests/aapits/asl/nmsp0037.asl48
1 files changed, 24 insertions, 24 deletions
diff --git a/tests/aapits/asl/nmsp0037.asl b/tests/aapits/asl/nmsp0037.asl
index 4fda22875..eb4a31180 100755
--- a/tests/aapits/asl/nmsp0037.asl
+++ b/tests/aapits/asl/nmsp0037.asl
@@ -1,24 +1,24 @@
-DefinitionBlock(
- "nmsp0037.aml", // Output filename
- "DSDT", // Signature
- 0x02, // DSDT Revision
- "Intel", // OEMID
- "Many", // TABLE ID
- 0x00000001 // OEM Revision
- ) {
-
- /*
- * ACPICA API Test Suite
- * Namespace test 0037
- */
-
- Name(I000, 0)
-
- External(M001, MethodObj)
-
- Method(M000)
- {
- M001()
- Increment(I000)
- }
-}
+DefinitionBlock(
+ "nmsp0037.aml", // Output filename
+ "DSDT", // Signature
+ 0x02, // DSDT Revision
+ "Intel", // OEMID
+ "Many", // TABLE ID
+ 0x00000001 // OEM Revision
+ ) {
+
+ /*
+ * ACPICA API Test Suite
+ * Namespace test 0037
+ */
+
+ Name(I000, 0)
+
+ External(M001, MethodObj)
+
+ Method(M000)
+ {
+ M001()
+ Increment(I000)
+ }
+}