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

@ -64,4 +64,4 @@ namespace PolyVox
Vector3DInt32(+1, +1, -1),
Vector3DInt32(+1, +1, +1)
};
}
}

View File

@ -52,4 +52,4 @@ namespace PolyVox
{
return m_pSizes;
}
}
}

View File

@ -30,4 +30,4 @@ namespace PolyVox
{
return voxel.getDensity();
}
}
}

View File

@ -26,4 +26,4 @@ freely, subject to the following restrictions:
namespace PolyVox
{
void (*logHandler)(std::string, int severity) = 0;
}
}

View File

@ -30,4 +30,4 @@ namespace PolyVox
//{
// return voxel.getDensity();
//}
}
}

View File

@ -48,4 +48,4 @@ namespace PolyVox
{
return voxel.getMaterial();
}
}
}

View File

@ -1052,4 +1052,4 @@ namespace PolyVox
Vector3DFloat(+0.862667f, +0.053377f, +0.652333f),
Vector3DFloat(-0.002289f, +0.568834f, -0.069185f)
};
}
}

View File

@ -63,4 +63,4 @@ namespace PolyVox
sum /= 27.0f;
return sum;
}
}
}