Remove trailing whitespace. Sorry if this breaks your patches.
[oweals/opkg-lede.git] / libbb / xfuncs.c
index 4374048b6daf681f2c192778c364aaf13c966c1d..f577315bb16ff5c46ec93d3f5547bc573e71ec91 100644 (file)
@@ -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);
 }