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 'libopkg/xregex.c') diff --git a/libopkg/xregex.c b/libopkg/xregex.c index 2808dc6..f682d4c 100644 --- a/libopkg/xregex.c +++ b/libopkg/xregex.c @@ -35,7 +35,7 @@ static void print_regcomp_err(const regex_t *preg, int err) { unsigned int size; char *error; - + size = regerror(err, preg, 0, 0); error = xcalloc(1, size); regerror(err, preg, error, size); -- cgit v0.9.1