Skip to content

Commit 6e7b714

Browse files
author
Uzair Nawaz
committed
wrap comments to 80 char
1 parent 76a21bd commit 6e7b714

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/checklocks/analysis.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,8 @@ func (pc *passContext) checkBasicBlock(fn *ssa.Function, block *ssa.BasicBlock,
732732
if rls != nil {
733733
failed := false
734734

735-
// if there is no line information attached to the return instruction, use the line info of the function itself
735+
// if there is no line information attached to the return
736+
// instruction, use the line info of the function itself
736737
pos := rv.Pos()
737738
if (pos == token.NoPos) {
738739
pos = rv.Parent().Pos()

0 commit comments

Comments
 (0)