Skip to content

Commit eda7846

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

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

tests/sot-test-controller.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,11 @@ void SoTTestController::getControl(
101101
}
102102
}
103103

104-
void SoTTestController::setControlSize(const int& size)
105-
{
104+
void SoTTestController::setControlSize(const int &size) {
106105
device_->setControlSize(size);
107106
}
108107

109-
void SoTTestController::initialize()
110-
{
111-
}
108+
void SoTTestController::initialize() {}
112109

113110
void SoTTestController::setNoIntegration(void) { device_->setNoIntegration(); }
114111

tests/sot-test-controller.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class SoTTestController : public dgsot::AbstractSotExternalInterface {
4141
void getControl(std::map<std::string, dgsot::ControlValues> &anglesOut,
4242
const double &period);
4343

44-
void setControlSize(const int& size);
44+
void setControlSize(const int &size);
4545
void initialize();
4646
void setNoIntegration(void);
4747
void setSecondOrderIntegration(void);

0 commit comments

Comments
 (0)