(svn r5609) CodeChange : Apply coding style

This commit is contained in:
belugas
2006-07-26 03:33:12 +00:00
parent 4ad467cbce
commit 40a8964911
33 changed files with 294 additions and 294 deletions

View File

@@ -15,7 +15,7 @@
static void HandleSubsidyClick(int y)
{
const Subsidy* s;
const Subsidy *s;
uint num;
int offs;
TileIndex xy;
@@ -73,10 +73,10 @@ handle_click:
}
}
static void DrawSubsidiesWindow(const Window* w)
static void DrawSubsidiesWindow(const Window *w)
{
YearMonthDay ymd;
const Subsidy* s;
const Subsidy *s;
uint num;
int x;
int y;
@@ -116,7 +116,7 @@ static void DrawSubsidiesWindow(const Window* w)
for (s = _subsidies; s != endof(_subsidies); s++) {
if (s->cargo_type != CT_INVALID && s->age >= 12) {
const Player* p;
const Player *p;
int xt;
SetupSubsidyDecodeParam(s, 1);