[RFC 2/3] lib/vsprintf.c: move string() below widen_string()

2015-10-09 Thread Rasmus Villemoes
This is pure code movement, making sure the widen_string() helper is defined before the string() function. Signed-off-by: Rasmus Villemoes --- lib/vsprintf.c | 62 +- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git

[RFC 2/3] lib/vsprintf.c: move string() below widen_string()

2015-10-09 Thread Rasmus Villemoes
This is pure code movement, making sure the widen_string() helper is defined before the string() function. Signed-off-by: Rasmus Villemoes --- lib/vsprintf.c | 62 +- 1 file changed, 31 insertions(+), 31