mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
refactor: clang format line length
This commit is contained in:
@@ -62,7 +62,8 @@ namespace swift::misc::weather
|
||||
}
|
||||
|
||||
//! Set direction
|
||||
void setDirection(const physical_quantities::CAngle &main, const physical_quantities::CAngle &from, const physical_quantities::CAngle &to)
|
||||
void setDirection(const physical_quantities::CAngle &main, const physical_quantities::CAngle &from,
|
||||
const physical_quantities::CAngle &to)
|
||||
{
|
||||
m_directionMain = main;
|
||||
m_directionFrom = from;
|
||||
|
||||
Reference in New Issue
Block a user