Home | History | Annotate | Download | only in printer

Lines Matching full:closing

320 		// if the closing ")" is on a separate line from the last parameter,
322 if closing := p.lineFor(fields.Closing); 0 < prevLine && prevLine < closing {
324 p.linebreak(closing, 0, ignore, true)
331 p.print(fields.Closing, token.RPAREN)
391 rbrace := fields.Closing
833 // before the closing '}' as it might break the code if there
837 // before the closing '}' unless the literal is empty
1514 // opening and closing brace are on different lines - don't make it a one-liner
1540 // lines for the block's statements and its closing "}".