Minor whitespace fix for clutter color parsing of hsla(h,s,l,a)
authorCraig R. Hughes <craig.git@rungie.com>
Tue, 8 Nov 2011 01:00:45 +0000 (17:00 -0800)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 10 Nov 2011 12:57:34 +0000 (12:57 +0000)
commit33303f92f3c3d164ab8c477d99af25e10e9520c2
tree93840a0b14990809ec48debf5329bcdb70de56de
parentd596401a3c1f88d396c06702ed488328ff4d1bd8
Minor whitespace fix for clutter color parsing of hsla(h,s,l,a)

Previously, if there was whitespace between "l" and the comma before the
alpha value, parsing would fail.  This patch allows that whitespace
making it consistent with whitespace being allowed everywhere else.

https://bugzilla.gnome.org/show_bug.cgi?id=663594
clutter/clutter-color.c