mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-20 22:36:24 +00:00
quick_dump: Fix the indentation
Fix the spaces to use [the python standard] 4 soft spaces for tabe. While here, add the proper vim tag so we don't do it again. Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
parent
a5d17d2b0e
commit
724340cf36
@ -6,6 +6,8 @@
|
||||
# register types:
|
||||
# '' - normal register
|
||||
# 'DPIO' - DPIO register
|
||||
#
|
||||
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
|
||||
|
||||
import argparse
|
||||
import os
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
|
||||
import chipset
|
||||
|
||||
def read(reg):
|
||||
|
Loading…
x
Reference in New Issue
Block a user