Revision bca69658a66051202a4311cedd1f218e56f55cb8
Sean Egan
seanegan at gmail.com
Thu Jun 21 16:33:43 EDT 2007
On 6/21/07, Ethan Blanton <elb at pidgin.im> wrote:
> if (foo)
>
> } else {
>
> }
Which, of course, should be:
if (foo) {
} else {
}
More information about the Devel
mailing list