|
From: Julian S. <js...@ac...> - 2018-11-06 08:15:22
|
> But effectively, doing some grep on the valgrind code basis, we have > various different styles such as > 'function(arg' > 'function (arg' > 'function ( arg' > 'function( arg' > > but it looks like valgrind uses more the first style than the 3 others. > So, I will rather switch back to the first style 'function(arg'. It probably is somewhat inconsistent, but yes, I would also prefer the first style, "function(arg". J |