[clutter-actor] Use G_STMT_START/END instead of do { } while (0)
authorNeil Roberts <neil@linux.intel.com>
Wed, 28 Jan 2009 15:25:38 +0000 (15:25 +0000)
committerNeil Roberts <neil@linux.intel.com>
Wed, 28 Jan 2009 15:33:34 +0000 (15:33 +0000)
commit1cd313477b2818b9117a1f0bbeeb113553ac447e
treee1f9dc56dd55da378a9cac4653f976607b79e52a
parent9ea6ab76fb09891dd1c1380c4e163aaf656c507c
[clutter-actor] Use G_STMT_START/END instead of do { } while (0)

In the TRANSFORM_ABOUT_ANCHOR_COORD macro it now uses G_STMT_START and
G_STMT_END instead of directly using do/while because it's more
readable.
clutter/clutter-actor.c