diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2026-05-11 21:41:03 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2026-05-11 21:41:03 +0000 |
| commit | 69ae37302ee98839857791a261546e19d078cdb8 (patch) | |
| tree | a783420e7d05aca39140987cdcba343646f4cac9 /source/components/parser/pswalk.c | |
| parent | 5cab380e2a2644aaa920b93f1580a1cfc803a8de (diff) | |
Diffstat (limited to 'source/components/parser/pswalk.c')
| -rw-r--r-- | source/components/parser/pswalk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/parser/pswalk.c b/source/components/parser/pswalk.c index 093da84e6c83..06d8435c53c5 100644 --- a/source/components/parser/pswalk.c +++ b/source/components/parser/pswalk.c @@ -8,7 +8,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp. + * Some or all of this work - Copyright (c) 1999 - 2026, Intel Corp. * All rights reserved. * * 2. License @@ -198,7 +198,7 @@ AcpiPsDeleteParseTree ( { /* This debug option will print the entire parse tree */ - AcpiOsPrintf (" %*.s%s %p", (Level * 4), " ", + AcpiOsPrintf (" %*s%s %p", (Level * 4), "", AcpiPsGetOpcodeName (Op->Common.AmlOpcode), Op); if (Op->Named.AmlOpcode == AML_INT_NAMEPATH_OP) |
