(svn r10684) -Codechange: some more coding style related changes. Primarily moving { to a new line.

This commit is contained in:
rubidium
2007-07-25 00:16:30 +00:00
parent e640900e8a
commit b290268645
9 changed files with 49 additions and 42 deletions

View File

@@ -134,7 +134,8 @@ static Point MapXYZToViewport(const ViewPort *vp, uint x, uint y, uint z)
return p;
}
void InitViewports() {
void InitViewports()
{
memset(_viewports, 0, sizeof(_viewports));
_active_viewports = 0;
}