mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
virnetserver: Remove unnecessary double space
Since we don't have syntax-check for this, it has to be checked manually. Let's hope this is the only place it happened. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
161b52662f
commit
d42858f086
@ -499,7 +499,7 @@ virNetServerPtr virNetServerNewPostExecRestart(virJSONValuePtr object,
|
|||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
n = virJSONValueArraySize(services);
|
n = virJSONValueArraySize(services);
|
||||||
if (n < 0) {
|
if (n < 0) {
|
||||||
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
|
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
|
||||||
_("Malformed services data in JSON document"));
|
_("Malformed services data in JSON document"));
|
||||||
@ -532,7 +532,7 @@ virNetServerPtr virNetServerNewPostExecRestart(virJSONValuePtr object,
|
|||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
n = virJSONValueArraySize(clients);
|
n = virJSONValueArraySize(clients);
|
||||||
if (n < 0) {
|
if (n < 0) {
|
||||||
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
|
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
|
||||||
_("Malformed clients data in JSON document"));
|
_("Malformed clients data in JSON document"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user