Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-03-09 23:31:07 +0300
committerChristopher Faylor <me@cgf.cx>2003-03-09 23:31:07 +0300
commita113a3c540bc175afae325620f3537dbd61a8978 (patch)
tree0c2ed2ed60b9e06668f5703277a15c407a0d28d3 /winsup/cygwin/string.h
parentc367dfd02c197b33e432f97d74351735f6242e12 (diff)
whitespace cleanup
Diffstat (limited to 'winsup/cygwin/string.h')
-rw-r--r--winsup/cygwin/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/string.h b/winsup/cygwin/string.h
index 0ac9745ad..1ad902134 100644
--- a/winsup/cygwin/string.h
+++ b/winsup/cygwin/string.h
@@ -85,7 +85,7 @@ cygwin_strcasematch (const char *cs, const char *ct)
jmp 4f \n\
3: xor %0,%0 \n\
4:"
- :"=a" (__res), "=&S" (d0), "=&D" (d1)
+ :"=a" (__res), "=&S" (d0), "=&D" (d1)
: "1" (cs), "2" (ct));
return __res;