Skip to content

Commit 8a9fe5b

Browse files
authored
corrected python Indentation
On line 50 and 51 Signed-off-by: harajend <hariprasad.rajendra@intel.com>
1 parent de65a49 commit 8a9fe5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/sof-dump-status.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ def __init__(self):
4747
"0x7728":"arl",
4848
# pci-lnl.c
4949
"0xa828":"lnl",
50-
# pci-ptl.c
51-
"0xe428":"ptl",
50+
# pci-ptl.c
51+
"0xe428":"ptl",
5252
# Other PCI IDs
5353
"0x9d71":"kbl", "0x9d70":"skl", "0x33c8":"hsw",
5454
"0x3438":"bdw", "0x160c":"bdw", "0x0f04":"byt", "0x2284":"cht"

0 commit comments

Comments
 (0)