Skip to content

Commit

Permalink
💄 Update clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
kammce committed Sep 7, 2024
1 parent bb8bf53 commit e485aa9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ FixNamespaceComments: true
SpacesBeforeTrailingComments: 2
ColumnLimit: 80
QualifierAlignment: Right
InsertNewlineAtEOF: true
2 changes: 1 addition & 1 deletion src/smart_servo/rmd/drc_adaptors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ rmd_drc_angular_velocity_sensor make_angular_velocity_sensor(rmd_drc& p_drc)
{
return { p_drc };
}
} // namespace hal::actuator
} // namespace hal::actuator
2 changes: 1 addition & 1 deletion tests/main.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ int main()

// NOTE: Remove this line and the line below after the first test is called
// No functions called yet...
}
}
2 changes: 1 addition & 1 deletion tests/rc_servo.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ boost::ut::suite test_rc_servo = [] {
[&]() { test.position(max_angle + 45.0f); }));
};
};
} // namespace hal::actuator
} // namespace hal::actuator
2 changes: 1 addition & 1 deletion tests/smart_servo/rmd/drc.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -368,4 +368,4 @@ boost::ut::suite test_rmd_drc = [] {
auto rotation = hal::make_rotation_sensor(driver);
};
};
} // namespace hal::actuator
} // namespace hal::actuator
2 changes: 1 addition & 1 deletion tests/smart_servo/rmd/drc_adaptors.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ boost::ut::suite test_rmd_drc_adaptors = [] {
using namespace std::literals;
using namespace hal::literals;
};
} // namespace hal::rmd
} // namespace hal::rmd
2 changes: 1 addition & 1 deletion tests/smart_servo/rmd/mc_x.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ boost::ut::suite test_rmd_mc_x = [] {

"hal::actuator::rmd_mc_x::rmd_mc_x()"_test = []() {};
};
} // namespace hal::actuator
} // namespace hal::actuator

0 comments on commit e485aa9

Please sign in to comment.