mirror of
https://github.com/keith/swift.vim.git
synced 2025-12-17 12:00:25 +01:00
Fix some indentation issues
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user