Minor whitespace cleanup

This commit is contained in:
Sergey Poznyakoff 2011-05-03 21:06:47 +03:00
parent 6dec4f0a01
commit f234fe6789

View file

@ -131,7 +131,7 @@ void wordsplit_free_words (struct wordsplit *ws);
int wordsplit_c_unquote_char (int c);
int wordsplit_c_quote_char (int c);
size_t wordsplit_c_quoted_length (const char *str, int quote_hex,
int *quote);
int *quote);
void wordsplit_sh_unquote_copy (char *dst, const char *src, size_t n);
void wordsplit_c_unquote_copy (char *dst, const char *src, size_t n);
void wordsplit_c_quote_copy (char *dst, const char *src, int quote_hex);