Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove EOL white spaces
Baptiste Daroussin committed 10 years ago
commit 2782ce16e5e66d0e4b62bd6c43753270f06a35e5
parent 7a8c2be
1 file changed +2 -2
modified libpkg/utils.c
@@ -691,7 +691,7 @@ pkg_utils_tokenize(char **args)
					parse_state = ORDINARY_TEXT;
					p_start = p;
				}				
-
			} else 
+
			} else
				p_start = p;
			break;
		case ORDINARY_TEXT:
@@ -742,7 +742,7 @@ pkg_utils_count_spaces(const char *args)
	int		spaces;
	const char	*p;

-
	for (spaces = 0, p = args; *p != '\0'; p++) 
+
	for (spaces = 0, p = args; *p != '\0'; p++)
		if (isspace(*p))
			spaces++;