(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces.
This commit is contained in:
@@ -234,7 +234,7 @@ static void TrainViewWndProc(Window *w, WindowEvent *e)
|
||||
DrawSprite(v->vehstatus & VS_STOPPED ? SPR_FLAG_VEH_STOPPED : SPR_FLAG_VEH_RUNNING, PAL_NONE, 2, w->widget[5].top + 1);
|
||||
DrawStringCenteredTruncated(w->widget[5].left + 8, w->widget[5].right, w->widget[5].top + 1, str, 0);
|
||||
DrawWindowViewport(w);
|
||||
} break;
|
||||
} break;
|
||||
|
||||
case WE_CLICK: {
|
||||
int wid = e->we.click.widget;
|
||||
|
Reference in New Issue
Block a user