gofix's formatting pointed out this space

This commit is contained in:
raylu 2011-05-16 22:18:55 -05:00
parent 114b31f3c7
commit f6a130d82d
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ func handlePrivmsg(conn *irc.Conn, line *irc.Line) {
cutoff := runtime.FuncForPC(reflect.ValueOf(handlePrivmsg).Pointer()).Entry()
for _, pc := range callers {
function := runtime.FuncForPC(pc - 1)
if function.Entry() == cutoff{
if function.Entry() == cutoff {
break
}
file, line := function.FileLine(pc - 1)