Add newlines to the end of all files
This commit is contained in:
@@ -27,4 +27,4 @@ void invert_affine(AffineParts *parts, AffineParts *inverse);
|
||||
|
||||
#endif // CRYINCLUDE_CRYCOMMONTOOLS_DECOMPOSE_H
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -294,4 +294,4 @@ NonSkeletalAnimationData::State::State()
|
||||
NonSkeletalAnimationData::ModelEntry::ModelEntry()
|
||||
: flags(0)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
@@ -127,4 +127,4 @@ bool ExportSourceDecoratorBase::HasValidRotController(const IModelData* modelDat
|
||||
bool ExportSourceDecoratorBase::HasValidSclController(const IModelData* modelData, int modelIndex) const
|
||||
{
|
||||
return this->source->HasValidSclController(modelData, modelIndex);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -104,4 +104,4 @@ bool MaterialHelpers::WriteMaterials(const std::string& filename, const std::vec
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -51,4 +51,4 @@ set(FILES
|
||||
ZipDir/ZipFileFormat.h
|
||||
ZipDir/ZipFileFormat_info.h
|
||||
SuffixUtil.h
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user