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

@ -326,4 +326,4 @@ namespace PolyVox
hVal += fHash;
return hVal;
}
}
}

View File

@ -131,4 +131,4 @@ namespace PolyVox
}
}
}
}
}

View File

@ -74,4 +74,4 @@ namespace PolyVox
};
}//namespace PolyVox
#endif //__PolyVox_ArraySizes_H__
#endif //__PolyVox_ArraySizes_H__

View File

@ -76,4 +76,4 @@ namespace PolyVox
};
}
#endif //__PolyVox_ConstVolumeProxy_H__
#endif //__PolyVox_ConstVolumeProxy_H__

View File

@ -344,4 +344,4 @@ namespace PolyVox
//Quads cannot be merged.
return false;
}
}
}

View File

@ -139,4 +139,4 @@ namespace PolyVox
lodRecord.endIndex = m_meshCurrent->getNoOfIndices();
m_meshCurrent->m_vecLodRecords.push_back(lodRecord);
}
}
}

View File

@ -530,4 +530,4 @@ namespace PolyVox
}
#undef BORDER_LOW
#undef BORDER_HIGH
#undef BORDER_HIGH

View File

@ -60,4 +60,4 @@ namespace PolyVox
#define POLYVOX_LOG_WARN(message) if(logHandler){logHandler(message, LS_WARN);}
#define POLYVOX_LOG_ERROR(message) if(logHandler){logHandler(message, LS_ERROR);}
#endif
#endif

View File

@ -124,4 +124,4 @@ namespace PolyVox
typename VoxelTypeTraits<MaterialDensityPair88>::MaterialType convertToMaterial(MaterialDensityPair88 voxel);
}
#endif
#endif

View File

@ -437,4 +437,4 @@ namespace PolyVox
#undef BORDER_LOWY
#undef BORDER_HIGHY
#undef BORDER_LOWZ
#undef BORDER_HIGHZ
#undef BORDER_HIGHZ

View File

@ -122,4 +122,4 @@ namespace PolyVox
#include "PolyVoxCore/Raycast.inl"
#endif //__PolyVox_Raycast_H__
#endif //__PolyVox_Raycast_H__

View File

@ -179,4 +179,4 @@ namespace PolyVox
m_result.intersectionVoxel = Vector3DInt32(0,0,0);
m_result.previousVoxel = Vector3DInt32(0,0,0);
}
}
}

View File

@ -485,4 +485,4 @@ namespace PolyVox
m_vecVertices[ct].setPosition(position);
}
}
}
}

View File

@ -32,4 +32,4 @@ namespace PolyVox
float computeSmoothedVoxel(typename VolumeType<uint8_t>::Sampler& volIter);
}
#endif
#endif

View File

@ -221,4 +221,4 @@ namespace PolyVox
//bool operator<(const AllNodesContainer::iterator& lhs, const AllNodesContainer::iterator& rhs);
}
#endif //__PolyVox_AStarPathfinderImpl_H__
#endif //__PolyVox_AStarPathfinderImpl_H__

View File

@ -43,4 +43,4 @@ namespace PolyVox
std::copy(&pSizes[0],&pSizes[N-1],m_pSizes);
m_pSizes[N-1]=uSize;
}
}//namespace PolyVox
}//namespace PolyVox

View File

@ -85,4 +85,4 @@ namespace PolyVox
#include "PolyVoxImpl/SubArray.inl"
#endif //__PolyVox_SubArray_H__
#endif //__PolyVox_SubArray_H__