33912cc virCPUDefFormatBufFull: Use our general error handling pattern

Authored and Committed by mprivozn 9 years ago
    virCPUDefFormatBufFull: Use our general error handling pattern
    
    Well, so far there are no variables to free, no cleanup work needed on
    an error, so bare 'return -1;' after each error is just okay. But this
    will change in a while.
    
    Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
    
        
file modified
+9 -5