whitespace

This commit is contained in:
Jason Zaugg 2012-03-04 17:41:39 +01:00
parent 067917a0fb
commit 72e41c3329
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ object APIUtil
}
val byteToModifiers = (b: Byte) => {
def x(bit: Int) = (b & (1 << bit)) != 0
new Modifiers( x(0), x(1), x(2), x(3), x(4), x(5), x(6))
new Modifiers( x(0), x(1), x(2), x(3), x(4), x(5), x(6) )
}
def verifyTypeParameters(s: SourceAPI): Boolean =