1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-01-11 09:17:52 +03:00

remove trailing white space

This commit is contained in:
Jim Meyering 2008-06-17 15:55:03 +00:00
parent 0de4f35ebc
commit 21ea9cb7af

View File

@ -492,9 +492,9 @@ namelist_cleanup:
for (i=0; i<n; i++)
VIR_FREE(namelist[i]);
VIR_FREE(namelist);
return retval;
}