Albrecht Schlosser wrote: > Your file has become about 30 KB bigger than the original although > you wrote that you did cleanup and optimizations. Your editor > obviously removed all tabs and replaced them with spaces, and > your tab setting is probably wrong. You need to read > > http://www.fltk.org/cmp.php#CODING_STANDARDS > > If you want to suggest changes, please post a diff (-u) file > and not the whole file. > > And maybe there is more, but because the files are not really > comparable, I didn't check. > > Albrecht
Now that you alert me about coding standards I did ask my friend google and he told me about this tool: http://invisible-island.net/bcpp/bcpp.html It's a small c++ code beautify (60KB on win32) that do nice job like changing spaces by tabs and other things, why not adopt it as the official tool to format source code, this is a job done easy by the computer and guarantee a real uniformity ! _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
