mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-31 18:15:25 +00:00
util: conf: Fix parameters alignment
The parameters for virConfGetValueLLong() were not aligned properly.
This commit is contained in:
parent
a18710b377
commit
40bd972344
@ -1304,8 +1304,8 @@ int virConfGetValueSSizeT(virConfPtr conf,
|
||||
* Returns: 1 if the value was present, 0 if missing, -1 on error
|
||||
*/
|
||||
int virConfGetValueLLong(virConfPtr conf,
|
||||
const char *setting,
|
||||
long long *value)
|
||||
const char *setting,
|
||||
long long *value)
|
||||
{
|
||||
virConfValuePtr cval = virConfGetValue(conf, setting);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user