about summary refs log tree commit diff
path: root/posix/bug-regex30.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-11-17 16:24:26 -0800
committerUlrich Drepper <drepper@redhat.com>2009-11-17 16:24:26 -0800
commit3933378fd3cbe49c1e0ca42844f959eb12f05f60 (patch)
tree695195f99278249cf1f8be2294743341bef57b38 /posix/bug-regex30.c
parent3a00b16da491d5c869795251e1ad4f43b3ba1469 (diff)
downloadglibc-3933378fd3cbe49c1e0ca42844f959eb12f05f60.tar.gz
glibc-3933378fd3cbe49c1e0ca42844f959eb12f05f60.tar.xz
glibc-3933378fd3cbe49c1e0ca42844f959eb12f05f60.zip
Whitespace fixes.
Diffstat (limited to 'posix/bug-regex30.c')
-rw-r--r--posix/bug-regex30.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/posix/bug-regex30.c b/posix/bug-regex30.c
index ef2bd76eba..43df64d9d3 100644
--- a/posix/bug-regex30.c
+++ b/posix/bug-regex30.c
@@ -34,7 +34,7 @@ struct
   regmatch_t rm[5];
 } tests[] = {
   /* U+0413	\xd0\x93	CYRILLIC CAPITAL LETTER GHE
-     U+0420	\xd0\xa0        CYRILLIC CAPITAL LETTER ER 
+     U+0420	\xd0\xa0        CYRILLIC CAPITAL LETTER ER
      U+0430	\xd0\xb0	CYRILLIC SMALL LETTER A
      U+0433	\xd0\xb3	CYRILLIC SMALL LETTER GHE
      U+0440	\xd1\x80	CYRILLIC SMALL LETTER ER
@@ -83,7 +83,7 @@ do_test (void)
 
       for (n = 0; n < tests[i].nmatch; ++n)
 	if (rm[n].rm_so != tests[i].rm[n].rm_so
-              || rm[n].rm_eo != tests[i].rm[n].rm_eo)
+	      || rm[n].rm_eo != tests[i].rm[n].rm_eo)
 	  {
 	    if (tests[i].rm[n].rm_so == -1 && tests[i].rm[n].rm_eo == -1)
 	      break;