X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fintel_rdt.c;h=a3f77c97d6cdc72fd28dc0bf84bc0531844ecdbf;hb=8fd8f76dc11064e75e44448d16d35e09e46191a2;hp=5eabdb301ed9b34fd5cb8ec0cb27db8e083c79d2;hpb=7f38ca96e3a54a4b02475f857c7d79c6a1257ada;p=collectd.git diff --git a/src/intel_rdt.c b/src/intel_rdt.c index 5eabdb30..a3f77c97 100644 --- 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();