From 36c444dd354fa540784d1dbdd4e7fbda19ced8eb Mon Sep 17 00:00:00 2001 From: Michel Hidalgo Date: Mon, 12 Sep 2022 09:03:07 -0300 Subject: [PATCH] Remove EOL whitespace Signed-off-by: Michel Hidalgo --- include/gz/sim/components/Environment.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/gz/sim/components/Environment.hh b/include/gz/sim/components/Environment.hh index 24bff8ac238..f791469dba5 100644 --- a/include/gz/sim/components/Environment.hh +++ b/include/gz/sim/components/Environment.hh @@ -38,7 +38,7 @@ namespace components { /// \brief Environment data across time and space. This is useful to /// introduce physical quantities that may be of interest even if not - /// modelled in simulation. + /// modelled in simulation. struct EnvironmentalData { using T = math::InMemoryTimeVaryingVolumetricGrid; @@ -57,7 +57,7 @@ namespace components /// \brief Environmental data frame. FrameT frame; - /// \brief Spatial reference for data coordinates. + /// \brief Spatial reference for data coordinates. ReferenceT reference; };