diff --git a/src/libYARP_dev/src/yarp/dev/ImplementJointCoupling.cpp b/src/libYARP_dev/src/yarp/dev/ImplementJointCoupling.cpp index 618a3ce88b..f058218be6 100644 --- a/src/libYARP_dev/src/yarp/dev/ImplementJointCoupling.cpp +++ b/src/libYARP_dev/src/yarp/dev/ImplementJointCoupling.cpp @@ -82,4 +82,4 @@ bool ImplementJointCoupling::getPhysicalJointLimits(size_t physicalJointIndex, d return true; } return false; -} \ No newline at end of file +} diff --git a/src/libYARP_dev/src/yarp/dev/ImplementJointCoupling.h b/src/libYARP_dev/src/yarp/dev/ImplementJointCoupling.h index 0f7c7f5f5f..c6e2cbfa4c 100644 --- a/src/libYARP_dev/src/yarp/dev/ImplementJointCoupling.h +++ b/src/libYARP_dev/src/yarp/dev/ImplementJointCoupling.h @@ -54,4 +54,4 @@ class YARP_dev_API yarp::dev::ImplementJointCoupling: public IJointCoupling }; -#endif // YARP_DEV_IJOINTCOUPLINGIMPL_H \ No newline at end of file +#endif // YARP_DEV_IJOINTCOUPLINGIMPL_H