Skip to content

Commit

Permalink
IndexedTriangleList.cpp: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jul 7, 2024
1 parent 227c7be commit c6a41a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ JNIEXPORT void JNICALL Java_com_github_stephengold_joltjni_IndexedTriangleList_r
(JNIEnv *, jclass, jlong listVa, jint numTriangles) {
IndexedTriangleList * const pList
= reinterpret_cast<IndexedTriangleList *> (listVa);
pList->resize(numTriangles);
pList->resize(numTriangles);
}

/*
Expand Down

0 comments on commit c6a41a7

Please sign in to comment.