X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fintel_rdt.c;h=a3f77c97d6cdc72fd28dc0bf84bc0531844ecdbf;hb=1f88406aadbfbd3da8f2d7f08220d2734aa286b4;hp=5eabdb301ed9b34fd5cb8ec0cb27db8e083c79d2;hpb=be126043c2be20399d7670fe194645292018bde0;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();