[haiku-development] Re: [PATCH] Enhanced ps

  • From: Axel Dörfler <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Sat, 21 Feb 2009 18:47:04 +0100

xRaich[o]2x wrote:
> I made some minor cleanups. Width of the fields should now be correct.
> The code is now more compliant to the haiku standards.

Please have a look at
http://www.haiku-os.org/documents/dev/haiku_coding_guidelines and try a
bit harder to comply to the standards; if you change a file, you can
assume it follows the style guide most of the time, so it is usually a
good idea to copy what you find, not change it, ie.:

WRONG:
int myFunc() {

}
else {

CORRECT:
int
myFunc()
{

} else {

Bye,
   Axel.

Other related posts: