Fix whitespace issues
authorPyry Haulos <phaulos@google.com>
Wed, 22 Feb 2017 18:05:57 +0000 (10:05 -0800)
committerPyry Haulos <phaulos@google.com>
Wed, 22 Feb 2017 18:06:26 +0000 (10:06 -0800)
Change-Id: I31cd4e4d3e113192fce0bccd20fd8fa14d182620

modules/gles31/functional/es31fCopyImageTests.cpp

index 273e0fc..4d215c2 100644 (file)
@@ -336,8 +336,8 @@ IVec2 RandomizedRenderGrid::getOrigin (void) const
 
 IVec4 RandomizedRenderGrid::getUsedAreaBoundingBox (void) const
 {
-       const IVec2 lastCell    (de::min(m_currentCell + 1, m_grid.x()), ((m_currentCell + m_grid.x() - 1) / m_grid.x()));
-       const IVec2 size                = lastCell * m_cellSize;
+       const IVec2 lastCell    (de::min(m_currentCell + 1, m_grid.x()), ((m_currentCell + m_grid.x() - 1) / m_grid.x()));
+       const IVec2 size                = lastCell * m_cellSize;
 
        return IVec4(m_baseRandomOffset.x(), m_baseRandomOffset.y(), size.x(), size.y());
 }