From 264f41f081816b2e2f80b5a0c7e1da79cda194bb Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 13 Feb 2005 18:17:29 +0000 Subject: white space --- winsup/cygwin/gentls_offsets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/gentls_offsets') diff --git a/winsup/cygwin/gentls_offsets b/winsup/cygwin/gentls_offsets index 144292751..561c77576 100755 --- a/winsup/cygwin/gentls_offsets +++ b/winsup/cygwin/gentls_offsets @@ -22,7 +22,7 @@ foreach ($tls =~ /^.*\n/mg) { if (!s/;.*$//o) { if (!$struct && /^\s*(?:struct|class)\s*([a-z_0-9]+)/o) { $def .= $_; - $struct = $1 + $struct = $1 } next; } -- cgit v1.2.3