Fix some indentation issues

This commit is contained in:
Keith Smiley
2014-10-22 13:48:09 -07:00
parent aca200b29b
commit 73283a19b0
2 changed files with 27 additions and 2 deletions

View File

@@ -186,7 +186,10 @@ struct foo : bar {
struct ArgumentList {
var arguments: String[]
init(argv: UnsafePointer<CString>, count: CInt) {
init(argv: UnsafePointer<CString>,
count: CInt)
{
foo
}
}