]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix trailing space.
authorPaul Pluzhnikov <ppluzhnikov@google.com>
Sat, 8 Aug 2015 22:54:40 +0000 (15:54 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 27 Jan 2016 16:00:47 +0000 (17:00 +0100)
(cherry picked from commit 7565d2a862683a3c26ffb1f32351b8c5ab9f7b31)

catgets/tst-catgets.c

index 3e1fe84fcbfc5e36ad3077daa73c2c24f802e9f1..25ef056ef20c35644dbcc3879a33cfc2edd24a4b 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);