projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72b766c
)
intel_rdt plugin: fix style
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sun, 16 Jul 2017 20:38:57 +0000
(22:38 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sun, 16 Jul 2017 20:38:57 +0000
(22:38 +0200)
src/intel_rdt.c
patch
|
blob
|
history
diff --git
a/src/intel_rdt.c
b/src/intel_rdt.c
index
5eabdb3
..
a3f77c9
100644
(file)
--- a/
src/intel_rdt.c
+++ b/
src/intel_rdt.c
@@
-656,7
+656,7
@@
static int rdt_read(__attribute__((unused)) user_data_t *ud) {
static int rdt_init(void) {
int ret;
- if(g_state == CONFIGURATION_ERROR)
+ if
(g_state == CONFIGURATION_ERROR)
return -1;
ret = rdt_preinit();