Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
e2bbd5cf
Commit
e2bbd5cf
authored
Sep 19, 2015
by
Michael McConville
Browse files
Change some tabs to three spaces
parent
a9a5a539
Changes
3
Show whitespace changes
Inline
Side-by-side
openbsd/OpenBSDProcess.c
View file @
e2bbd5cf
openbsd/OpenBSDProcessList.c
View file @
e2bbd5cf
...
@@ -242,8 +242,9 @@ void ProcessList_goThroughEntries(ProcessList* this) {
...
@@ -242,8 +242,9 @@ void ProcessList_goThroughEntries(ProcessList* this) {
}
}
this
->
totalTasks
++
;
this
->
totalTasks
++
;
if
(
proc
->
state
==
'R'
)
if
(
proc
->
state
==
'R'
)
{
this
->
runningTasks
++
;
this
->
runningTasks
++
;
}
proc
->
updated
=
true
;
proc
->
updated
=
true
;
}
}
}
}
openbsd/Platform.c
View file @
e2bbd5cf
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment