mirror of
https://github.com/brl/mutter.git
synced 2025-03-26 13:13:59 +00:00

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.