trival/whitespace: fix indention in nm-dns-manager.c

Fixes: 583568e12f
This commit is contained in:
Thomas Haller 2015-01-21 17:29:10 +01:00
parent 8ed0e50ff1
commit 4c691cf69e

View file

@ -491,11 +491,11 @@ update_resolv_conf (char **searches,
if (errno != ENOENT)
return TRUE;
g_set_error (error,
NM_MANAGER_ERROR,
NM_MANAGER_ERROR_FAILED,
"Could not stat %s: %s\n",
_PATH_RESCONF,
g_strerror (errno));
NM_MANAGER_ERROR,
NM_MANAGER_ERROR_FAILED,
"Could not stat %s: %s\n",
_PATH_RESCONF,
g_strerror (errno));
return FALSE;
}
}