Skip to content

Commit ea7ab15

Browse files
committed
Add missing newline at the end-of-file
1 parent c6aa6f3 commit ea7ab15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

controllers/floating-base-jerk-control/app/robots/iCubGazeboV2_5/initStateMachineYoga.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,4 +521,4 @@
521521

522522
% physical size of the foot
523523
Config.feet_size = [-0.07 0.12 ; % xMin, xMax
524-
-0.045 0.045]; % yMin, yMax
524+
-0.045 0.045]; % yMin, yMax

controllers/floating-base-jerk-control/app/robots/iCubGenova04/initStateMachineYoga.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,4 +526,4 @@
526526

527527
% physical size of the foot
528528
Config.feet_size = [-0.07 0.12 ; % xMin, xMax
529-
-0.045 0.045 ]; % yMin, yMax
529+
-0.045 0.045 ]; % yMin, yMax

0 commit comments

Comments
 (0)