ee8b624 qemu_monitor: Resolve Coverity NESTING_INDENT_MISMATCH

Authored and Committed by John Ferlan 9 years ago
    qemu_monitor: Resolve Coverity NESTING_INDENT_MISMATCH
    
    The PROBE macro can expand to more than one line/statement - put curly
    braces around the if statement to be safe
    
        
file modified
+2 -1