From 0a4946b3e913a2affe5fd342aa88e2533d06356e Mon Sep 17 00:00:00 2001 From: graham.gower Date: Tue, 17 Aug 2010 23:39:02 -0400 Subject: Remove trailing whitespace. Sorry if this breaks your patches. git-svn-id: http://opkg.googlecode.com/svn/trunk@552 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libbb/xfuncs.c') diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c index 4374048..f577315 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c @@ -71,7 +71,7 @@ extern char * xstrndup (const char *s, int n) { error_msg_and_die("xstrndup bug"); t = xmalloc(++n); - + return safe_strncpy(t,s,n); } -- cgit v0.9.1