Change tabs to spaces

This commit is contained in:
Alexander Bock
2017-04-17 15:00:15 -04:00
parent 87aa34f83e
commit dd32a812e1
19 changed files with 111 additions and 124 deletions
+4 -4
View File
@@ -28,10 +28,10 @@
namespace openspace {
namespace distanceconstants {
const float EarthRadius = 6371;
const float LightYear = 9.4607304725808E15;
const float AstronomicalUnit = 1.495978707E11;
const float Parsec = 3.0856776E16;
const float EarthRadius = 6371;
const float LightYear = 9.4607304725808E15;
const float AstronomicalUnit = 1.495978707E11;
const float Parsec = 3.0856776E16;
}
}