Add newline between functions

This commit is contained in:
Derek Parker
2014-12-01 18:06:27 -06:00
parent 269f111822
commit d8ff93d875

View File

@ -109,6 +109,7 @@ func main() {
}
}
}
func handleExit(t *term, dbp *proctl.DebuggedProcess, status int) {
errno := goreadline.WriteHistoryToFile(historyFile)
fmt.Println("readline:", errno)