From: Andrew Dalke Date: Sat, 27 May 2006 14:16:40 +0000 (+0000) Subject: cleanup - removed trailing whitespace X-Git-Tag: v2.5b1~401 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d49d5c49ba4a7e5a82e2a7e4971bdbc82af4f910;p=python cleanup - removed trailing whitespace --- diff --git a/Objects/stringobject.c b/Objects/stringobject.c index c881927a42..37c7214289 100644 --- a/Objects/stringobject.c +++ b/Objects/stringobject.c @@ -1364,7 +1364,7 @@ static const char *stripformat[] = {"|O:lstrip", "|O:rstrip", "|O:strip"}; count++; } /* Always force the list to the expected size. */ -#define FIX_PREALLOC_SIZE(list) ((PyListObject *)list)->ob_size = count; +#define FIX_PREALLOC_SIZE(list) ((PyListObject *)list)->ob_size = count; #define SKIP_SPACE(s, i, len) { while (i