code reformatted
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-03 00:33:59 +09:00
parent 531de73535
commit 81536cb66a
6 changed files with 94 additions and 95 deletions

View File

@ -190,7 +190,7 @@ int main ()
}
HAWK::Hawk::Value vr;
hawk.loop(&vr); // alternatively, hawk.exec (&vr, HAWK_NULL, 0);
hawk.loop(&vr); // alternatively, hawk.exec(&vr, HAWK_NULL, 0);
hawk.close();
return 0;