|
From: Julian S. <js...@ac...> - 2012-07-31 09:01:47
|
On Sunday, July 29, 2012, Florian Krohm wrote: > > Bool VG_(clo_profile_heap) = False; > > +Int VG_(clo_core_redzone) = 4; > > > > +Int VG_(clo_client_redzone) = -1; > > alignment of the variable names with preceeding one. Help prevent > eye-cancer! :) Indeed, if the source code is not aesthetically pleasing, it is unlikely to work correctly :) J |