summaryrefslogtreecommitdiff
path: root/test/indent/go/deindent-function-closing-brace/in
blob: a30bf4c444f85e6ccf3b106eb8b30b6eb2044842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
func foo(x int) int {%( )}

func foo(x int) int {%( )
}

func foo(x int) int {%( )bar()}

func foo(x int) int {%( )bar()
}

func foo(x int) int {
    bar()%( )}

  func foo(x int) int {
          bar()%( )}