On 12/14/2018 04:15 PM, Paolo Bonzini wrote:
On 14/12/18 19:06, Wainer dos Santos Moschetta wrote:
IIUC above block handles the lines between lead and trail. So it would
fix (but it doesn't) this:

# cat foo
/*
  comment 1
  comment 2
  */

# scripts/fix-multiline-comments.sh foo
/*
  comment 1
  comment 2
  */
Not enough spaces :)  It would fix

  /*
     comment 1
     comment 2
   */

or what is actually found in QEMU:

    /* comment 1
       comment 2 */

I tried hard but I failed to find problems. :)

Thus,

Reviewed-by: Wainer dos Santos Moschetta <waine...@redhat.com>



Thanks,

Paolo


Reply via email to