Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/libvirt-php.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/libvirt-php.c b/src/libvirt-php.c
index 067fb90..6546ad5 100644
--- a/src/libvirt-php.c
+++ b/src/libvirt-php.c
@@ -6243,9 +6243,9 @@ PHP_FUNCTION(libvirt_domain_disk_remove)
}
if (asprintf(&newXml,
- " <disk type='file' device='disk'>\n"
- " <target dev='%s'/>\n"
- " </disk>", dev) < 0) {
+ " <disk type='file'
device='disk'>\n"
+ " <target dev='%s'/>\n"
+ " </disk>", dev) < 0) {
set_error("Out of memory" TSRMLS_CC);
goto error;
}
--
2.8.4