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
f70649a1
Commit
f70649a1
authored
Aug 19, 2015
by
Hisham Muhammad
Browse files
Standardize indentation.
parent
907f8298
Changes
4
Show whitespace changes
Inline
Side-by-side
darwin/Battery.c
View file @
f70649a1
darwin/DarwinCRT.c
View file @
f70649a1
darwin/DarwinProcess.c
View file @
f70649a1
darwin/Platform.c
View file @
f70649a1
...
@@ -181,7 +181,6 @@ void Platform_setMemoryValues(Meter* mtr) {
...
@@ -181,7 +181,6 @@ void Platform_setMemoryValues(Meter* mtr) {
mtr
->
values
[
0
]
=
(
double
)(
vm
->
active_count
+
vm
->
wire_count
)
*
page_K
;
mtr
->
values
[
0
]
=
(
double
)(
vm
->
active_count
+
vm
->
wire_count
)
*
page_K
;
mtr
->
values
[
1
]
=
(
double
)
vm
->
purgeable_count
*
page_K
;
mtr
->
values
[
1
]
=
(
double
)
vm
->
purgeable_count
*
page_K
;
mtr
->
values
[
2
]
=
(
double
)
vm
->
inactive_count
*
page_K
;
mtr
->
values
[
2
]
=
(
double
)
vm
->
inactive_count
*
page_K
;
}
}
void
Platform_setSwapValues
(
Meter
*
this
)
{
void
Platform_setSwapValues
(
Meter
*
this
)
{
...
...
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