Hi, On Tue, Jun 01, 2010 at 03:52:59AM +0200, olafbuddenha...@gmx.net wrote: > On Mon, May 31, 2010 at 05:59:09PM +0200, Carl Fredrik Hammar wrote: > > On Wed, May 26, 2010 at 12:15:37AM +0200, Emilio Pozuelo Monfort wrote: > > > > +kern_return_t > > > +S_exec_exec_file_name (struct trivfs_protid *protid, > > > + file_t file, > > > + task_t oldtask, > > > + int flags, > > > + char *filename, > > > + char *argv, mach_msg_type_number_t argvlen, boolean_t > > > argv_copy, > > > + char *envp, mach_msg_type_number_t envplen, boolean_t > > > envp_copy, > > > > Break these two lines. Try to stick to less than 76 columns or less than > > 80 if the reformatting changes lines that would otherwise be unaffected. > > Why 76?
It seems I'm missremembering. The number doesn't seem to be clearly stated in the GNU Coding Standards, but indent --gnu uses 78. I'm of the opinion that extra room makes it easier to add to lines in the future so I try to keep lines shorter myself. Regards, Fredrik