Skip to content

Commit

Permalink
curly brace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hant-hub committed Dec 28, 2024
1 parent fd40b29 commit 5da2179
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/testing/TestSDKEngineRecreation.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

#include <iostream>

int TestSDKEngineRecreation(int argc, char* argv[]) {
int TestSDKEngineRecreation(int argc, char* argv[])
{
std::string filename = "TestSDKEngineRecreation";
std::string interactionFilePath = std::string(argv[2]) + "../../" + filename + ".log";
f3d::engine* eng = new f3d::engine(f3d::engine::create(false));
Expand Down

0 comments on commit 5da2179

Please sign in to comment.