summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 72b766c)
raw | patch | inline | side by side (parent: 72b766c)
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 5eabdb301ed9b34fd5cb8ec0cb27db8e083c79d2..a3f77c97d6cdc72fd28dc0bf84bc0531844ecdbf 100644 (file)
--- a/src/intel_rdt.c
+++ b/src/intel_rdt.c
static int rdt_init(void) {
int ret;
- if(g_state == CONFIGURATION_ERROR)
+ if (g_state == CONFIGURATION_ERROR)
return -1;
ret = rdt_preinit();