projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df275e0
)
fix formatting
author
Evgeny Naumov
<evgeny.a.naumov@gmail.com>
Wed, 24 Oct 2018 00:24:40 +0000
(20:24 -0400)
committer
Evgeny Naumov
<evgeny.a.naumov@gmail.com>
Wed, 24 Oct 2018 00:24:40 +0000
(20:24 -0400)
src/gpu_nvml.c
patch
|
blob
|
history
diff --git
a/src/gpu_nvml.c
b/src/gpu_nvml.c
index
77cbfb6
..
be188fe
100644
(file)
--- a/
src/gpu_nvml.c
+++ b/
src/gpu_nvml.c
@@
-54,8
+54,7
@@
static char *nv_errline = "";
#define KEY_IGNORESELECTED "IgnoreSelected"
static const char *config_keys[] = {
- KEY_GPUINDEX,
- KEY_IGNORESELECTED,
+ KEY_GPUINDEX, KEY_IGNORESELECTED,
};
static const unsigned int n_config_keys = STATIC_ARRAY_SIZE(config_keys);