nixeagle / ooc-mode

9 stars 2 forks source link

YAIE #3 #24

Closed solson closed 14 years ago

solson commented 14 years ago

return true should be indented in this example

operator == (lhs, rhs: Duration) -> Bool {
    if(lhs as Pointer == rhs as Pointer)
    return true
    return false
}
nixeagle commented 14 years ago

Closed by 0da3802d66bad19a37452216fb1aeb425600396e, indent correctly for oneline ifs. Thanks scott!