about summary refs log tree commit diff
path: root/nptl/tst-stackguard1.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-06-06 12:06:15 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-06-06 12:06:15 +0000
commitc7afae94ca8ec4533d78e0f9846f1fd4f5585a95 (patch)
tree3c763065406fa427dac98c9090ae0700745238df /nptl/tst-stackguard1.c
parentecdaa7c9207615a1dc5882560095389a18b1e2ca (diff)
downloadglibc-c7afae94ca8ec4533d78e0f9846f1fd4f5585a95.tar.gz
glibc-c7afae94ca8ec4533d78e0f9846f1fd4f5585a95.tar.xz
glibc-c7afae94ca8ec4533d78e0f9846f1fd4f5585a95.zip
Remove trailing whitespace in nptl.
Diffstat (limited to 'nptl/tst-stackguard1.c')
-rw-r--r--nptl/tst-stackguard1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c
index 57a48ad292..29c614c0c2 100644
--- a/nptl/tst-stackguard1.c
+++ b/nptl/tst-stackguard1.c
@@ -190,7 +190,7 @@ do_test (void)
      the 16 runs, something is very wrong.  */
   int ndifferences = 0;
   int ndefaults = 0;
-  for (i = 0; i < N; ++i) 
+  for (i = 0; i < N; ++i)
     {
       if (child_stack_chk_guards[i] != child_stack_chk_guards[i+1])
 	ndifferences++;