From d9c7cb8ee1548b7b94ca9758ae6501cd9a1e0ee6 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Mon, 12 Sep 2011 13:33:51 +1000 Subject: Remove all trailing whitespace in source Signed-off-by: Steve Bennett --- jim-regexp.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'jim-regexp.c') diff --git a/jim-regexp.c b/jim-regexp.c index 8e497a2..2ccd996 100644 --- a/jim-regexp.c +++ b/jim-regexp.c @@ -1,4 +1,4 @@ -/* +/* * Implements the regexp and regsub commands for Jim * * (c) 2008 Steve Bennett @@ -8,14 +8,14 @@ * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: - * + * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following * disclaimer in the documentation and/or other materials * provided with the distribution. - * + * * THIS SOFTWARE IS PROVIDED BY THE JIM TCL PROJECT ``AS IS'' AND ANY * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A @@ -28,7 +28,7 @@ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * + * * The views and conclusions contained in the software and documentation * are those of the authors and should not be interpreted as representing * official policies, either expressed or implied, of the Jim Tcl Project. @@ -526,7 +526,7 @@ int Jim_RegsubCmd(Jim_Interp *interp, int argc, Jim_Obj *const *argv) p++; n--; } - + regexec_flags |= REG_NOTBOL; } while (n); -- cgit v1.1