[pacman-dev] [PATCH] util.c: coding style fix
1 Aug
2012
1 Aug
'12
3:44 p.m.
Signed-off-by: Florian Pritz <bluewind@xinu.at> --- lib/libalpm/util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libalpm/util.c b/lib/libalpm/util.c index 0196f3b..33cef71 100644 --- a/lib/libalpm/util.c +++ b/lib/libalpm/util.c @@ -65,9 +65,9 @@ * @return pointer to the first token in str if str is not NULL, NULL if * str is NULL */ -char* strsep(char** str, const char* delims) +char *strsep(char** str, const char* delims) { - char* token; + char *token; if(*str==NULL) { /* No more tokens */ -- 1.7.11.4
4539
Age (days ago)
4539
Last active (days ago)
0 comments
1 participants
participants (1)
-
Florian Pritz