Fix trailing space.
authorPaul Pluzhnikov <ppluzhnikov@google.com>
Sat, 8 Aug 2015 22:54:40 +0000 (15:54 -0700)
committerPaul Pluzhnikov <ppluzhnikov@google.com>
Sat, 8 Aug 2015 22:54:40 +0000 (15:54 -0700)
catgets/tst-catgets.c

index 140de72..0886938 100644 (file)
@@ -30,7 +30,7 @@ do_bz17905 (void)
   rl.rlim_cur = sz;
   setrlimit (RLIMIT_STACK, &rl);
 
-  buf = malloc (sz + 1); 
+  buf = malloc (sz + 1);
   memset (buf, 'A', sz);
   buf[sz] = '\0';
   setenv ("NLSPATH", buf, 1);