[haiku-commits] Re: r36499 - haiku/trunk/src/apps/resedit

  • From: Jérôme Duval <korli@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 27 Apr 2010 09:26:39 +0200

Hi DarkWyrm,

2010/4/27  <darkwyrm@xxxxxxxxx>:
> Modified: haiku/trunk/src/apps/resedit/ResView.cpp
>  #include <Application.h>
> +#include <File.h>
>  #include <ScrollView.h>
> -#include <MenuBar.h>
> +#include <malloc.h>
>  #include <Menu.h>
>  #include <MenuItem.h>
>  #include <stdio.h>
> -#include <ColumnTypes.h>
> +#include <TranslatorRoster.h>
> +#include <TypeConstants.h>
> +#include "ColumnTypes.h"

Posix headers should be on their own block.

> +                       while (msg->FindRef("refs",i++,&ref) == B_OK)

There is a space after each comma. There are occurrences of this style
everywhere in these files btw.

Bye,
Jérôme

Other related posts: