On 10/29/2012 03:46 PM, Jan Stancek wrote: >>> + rm_shm(shm_id); >>> > > + >>> > > + /* some architectures (e.g. parisc) are strange, so better >>> > > always >>> > > + * align to next SHMLBA address. */ >>> > > + p = (void *)(((unsigned long)(p) + (SHMLBA - 1)) & ~(SHMLBA - >>> > > 1)); >>> > > + return p; >>> > > +} >>> > > + >> > >> > Here, add a new blank line. > I'm not following you here. Do you want 2 blank lines at the end of file?
Oops, sorry for confusing you, I meant no blank line at the end of file, it's warned when running "git am". ;) Thanks, Wanlong Gao > > Regards, > Jan > ------------------------------------------------------------------------------ The Windows 8 Center - In partnership with Sourceforge Your idea - your app - 30 days. Get started! http://windows8center.sourceforge.net/ what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
