Add newlines to end of files to silence compiler warnings

This commit is contained in:
Matt Williams
2012-02-27 23:03:36 +00:00
parent 8bb5d03636
commit 8e4135ad41
34 changed files with 34 additions and 34 deletions

View File

@ -149,4 +149,4 @@ void OpenGLWidget::mouseMoveEvent(QMouseEvent* event)
m_LastFrameMousePos = m_CurrentMousePos;
update();
}
}

View File

@ -64,4 +64,4 @@ private:
int m_yRotation;
};
#endif //__BasicExample_OpenGLWidget_H__
#endif //__BasicExample_OpenGLWidget_H__

View File

@ -248,4 +248,4 @@ void OpenGLWidget::setupProjectionMatrix(void)
float aspect = static_cast<float>(width()) / static_cast<float>(height());
glOrtho(frustumSize*aspect, -frustumSize*aspect, frustumSize, -frustumSize, 1.0, 5000);
}
}

View File

@ -80,4 +80,4 @@ class OpenGLWidget : public QGLWidget
unsigned int m_uVolumeDepthInRegions;
};
#endif //__PolyVox_OpenGLWidget_H__
#endif //__PolyVox_OpenGLWidget_H__

View File

@ -132,4 +132,4 @@ void OpenGLWidget::mouseMoveEvent(QMouseEvent* event)
m_LastFrameMousePos = m_CurrentMousePos;
update();
}
}

View File

@ -64,4 +64,4 @@ private:
int m_yRotation;
};
#endif //__BasicExample_OpenGLWidget_H__
#endif //__BasicExample_OpenGLWidget_H__

View File

@ -183,4 +183,4 @@ void OpenGLWidget::mouseMoveEvent(QMouseEvent* event)
m_LastFrameMousePos = m_CurrentMousePos;
update();
}
}

View File

@ -71,4 +71,4 @@ private:
int m_yRotation;
};
#endif //__BasicExample_OpenGLWidget_H__
#endif //__BasicExample_OpenGLWidget_H__