diff options
Diffstat (limited to 'source/components/parser/psargs.c')
-rw-r--r-- | source/components/parser/psargs.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/source/components/parser/psargs.c b/source/components/parser/psargs.c index 0e0b1002daef7..c9c173717e384 100644 --- a/source/components/parser/psargs.c +++ b/source/components/parser/psargs.c @@ -1067,10 +1067,9 @@ AcpiPsGetNextArg ( case ARGP_DATAOBJ: case ARGP_TERMARG: - - ACPI_DEBUG_PRINT ((ACPI_DB_PARSE, - "**** TermArg/DataObj: %s (%2.2X)\n", - AcpiUtGetArgumentTypeName (ArgType), ArgType)); + ACPI_DEBUG_PRINT ((ACPI_DB_PARSE, + "**** TermArg/DataObj: %s (%2.2X)\n", + AcpiUtGetArgumentTypeName (ArgType), ArgType)); /* Single complex argument, nothing returned */ |