Skip to content

Commit

Permalink
fix: add indent
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Oct 17, 2023
1 parent 0db7fa7 commit 9261f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/takajopkg/sysmonProcessTree.nim
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ proc `==`*(a, b: processObject): bool =
return a.processGUID == b.processGUID

proc cmpTimeStamp(a, b: processObject): int =
cmp(a.timeStamp, b.timeStamp)
cmp(a.timeStamp, b.timeStamp)

proc printIndentedProcessTree(p: processObject, indent: string = "",
stairNum: int = 0, need_sameStair: seq[bool], parentsStair: bool): seq[string] =
Expand Down

0 comments on commit 9261f7d

Please sign in to comment.