Add newlines to end of files to silence compiler warnings
This commit is contained in:
@ -64,4 +64,4 @@ namespace PolyVox
|
||||
Vector3DInt32(+1, +1, -1),
|
||||
Vector3DInt32(+1, +1, +1)
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -52,4 +52,4 @@ namespace PolyVox
|
||||
{
|
||||
return m_pSizes;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -30,4 +30,4 @@ namespace PolyVox
|
||||
{
|
||||
return voxel.getDensity();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -26,4 +26,4 @@ freely, subject to the following restrictions:
|
||||
namespace PolyVox
|
||||
{
|
||||
void (*logHandler)(std::string, int severity) = 0;
|
||||
}
|
||||
}
|
||||
|
@ -30,4 +30,4 @@ namespace PolyVox
|
||||
//{
|
||||
// return voxel.getDensity();
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
@ -48,4 +48,4 @@ namespace PolyVox
|
||||
{
|
||||
return voxel.getMaterial();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1052,4 +1052,4 @@ namespace PolyVox
|
||||
Vector3DFloat(+0.862667f, +0.053377f, +0.652333f),
|
||||
Vector3DFloat(-0.002289f, +0.568834f, -0.069185f)
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -63,4 +63,4 @@ namespace PolyVox
|
||||
sum /= 27.0f;
|
||||
return sum;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user