Skip to content
  • Damien Lespiau's avatar
    debug: Use G_UNLIKELY in the tests · 71f942d0
    Damien Lespiau authored
    Debugging code is not meant to be run in the nominal code path. Use
    G_UNLIKELY to be reduce the number of bubbles in the instruction
    pipeline.
    
    Took the opportunity to re-indent the macros.
    71f942d0