debug: Use G_UNLIKELY in the tests
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 3 May 2010 18:41:17 +0000 (20:41 +0200)
committerDamien Lespiau <damien.lespiau@intel.com>
Tue, 4 May 2010 16:01:14 +0000 (17:01 +0100)
commit71f942d03a42e9f0c2a88823aaa20d375f392163
tree05c57faafe092dda3151b7004a52f302e83274cb
parentf9072b8663728994610d3a26ae41718c94cdcbc7
debug: Use G_UNLIKELY in the tests

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.
clutter/clutter-debug.h
clutter/cogl/cogl/cogl-debug.h