style fixes: mostly just things that make my eyes bleed :)

This commit is contained in:
Mathew Sutcliffe
2013-08-13 22:29:48 +01:00
parent e8b52b33d0
commit 2c781e8b36
50 changed files with 975 additions and 917 deletions

View File

@@ -30,9 +30,9 @@ public:
/*!
* \brief Copy constructor
* \param Longitude
* \param other
*/
CLongitude(const CLongitude &Longitude) : CEarthAngle(Longitude) {}
CLongitude(const CLongitude &other) : CEarthAngle(other) {}
/*!
* \brief Constructor
@@ -45,7 +45,7 @@ public:
* \param value
* \param unit
*/
CLongitude(double value, const BlackMisc::PhysicalQuantities::CAngleUnit &unit): CEarthAngle(value, unit) {}
CLongitude(double value, const BlackMisc::PhysicalQuantities::CAngleUnit &unit) : CEarthAngle(value, unit) {}
/*!
* \brief Virtual destructor