Add newlines to the end of all files
This commit is contained in:
@@ -182,4 +182,4 @@ namespace AZ
|
||||
return m_vertexControlPoints[m_expectedFaceVertexIndices[faceIndex][vertexIndex]];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -87,4 +87,4 @@ namespace AZ
|
||||
std::vector<std::vector<int> > m_expectedFaceVertexIndices;
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,4 +35,4 @@ namespace AZ
|
||||
m_name = name;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,4 +38,4 @@ namespace AZ
|
||||
AZStd::string m_name;
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -92,4 +92,4 @@ namespace AZ
|
||||
return m_expectedWeights[vertextIndex][linkIndex];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -51,4 +51,4 @@ namespace AZ
|
||||
AZStd::vector<AZStd::vector<float>> m_expectedWeights;
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user