Clean up some tabs
This commit is contained in:
parent
fc150ea960
commit
e2c5ced39a
1 changed files with 2 additions and 2 deletions
4
smem
4
smem
|
|
@ -131,8 +131,8 @@ def pidmaps(pid):
|
|||
maps = {}
|
||||
start = None
|
||||
for l in src.mapdata(pid):
|
||||
f = l.split()
|
||||
if f[-1] == 'kB':
|
||||
f = l.split()
|
||||
if f[-1] == 'kB':
|
||||
maps[start][f[0][:-1].lower()] = int(f[1])
|
||||
else:
|
||||
start, end = f[0].split('-')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue