func github.com/kevinburke/ssh_config.isSpace

6 uses

	github.com/kevinburke/ssh_config (current package)
		lexer.go#L42: 		if !isSpace(next) {
		lexer.go#L59: 		if !isSpace(next) {
		lexer.go#L72: 		if isSpace(r) || r == '=' {
		lexer.go#L152: 		if isSpace(next) {
		token.go#L35: func isSpace(r rune) bool {
		token.go#L40: 	return !(isSpace(r) || r == '\r' || r == '\n' || r == eof)