summaryrefslogtreecommitdiff
path: root/src/storage/storage_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/storage_driver.c')
-rw-r--r--src/storage/storage_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/storage_driver.c b/src/storage/storage_driver.c
index 4fbc0c015d..faca2a2189 100644
--- a/src/storage/storage_driver.c
+++ b/src/storage/storage_driver.c
@@ -142,7 +142,7 @@ storageDriverStartup(int privileged)
storageDriverLock(driverState);
if (privileged) {
- if ((base = strdup (SYSCONFDIR "/libvirt")) == NULL)
+ if ((base = strdup(SYSCONFDIR "/libvirt")) == NULL)
goto out_of_memory;
} else {
base = virGetUserConfigDirectory();