Skip to content

Commit 529ae01

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f5c8aec commit 529ae01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <pinocchio/multibody/model.hpp>
55
#include <pinocchio/parsers/sample-models.hpp>
66

7-
int main(int argc, char *argv[]) {
7+
int main(int argc, char* argv[]) {
88
using namespace pinocchio;
99
Model model;
1010
buildModels::humanoid(model);

0 commit comments

Comments
 (0)