aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/helpers/AnimatedVariable.hpp
diff options
context:
space:
mode:
authorFelix Dick <[email protected]>2022-09-25 20:07:48 +0200
committerFelix Dick <[email protected]>2022-09-25 20:07:48 +0200
commitbf3f519eb76bfa8d5f7d71f882b7b803c699aee1 (patch)
tree77126f8d49917fc0bcd44af7859e88fb88d7bfaa /src/helpers/AnimatedVariable.hpp
parent190229942f60ea5b8905a673ddea44c05da14de3 (diff)
downloadHyprland-bf3f519eb76bfa8d5f7d71f882b7b803c699aee1.tar.gz
Hyprland-bf3f519eb76bfa8d5f7d71f882b7b803c699aee1.zip
Remove trailing whitespace.
Diffstat (limited to 'src/helpers/AnimatedVariable.hpp')
-rw-r--r--src/helpers/AnimatedVariable.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/helpers/AnimatedVariable.hpp b/src/helpers/AnimatedVariable.hpp
index 5c67bcf9..afde587b 100644
--- a/src/helpers/AnimatedVariable.hpp
+++ b/src/helpers/AnimatedVariable.hpp
@@ -125,7 +125,7 @@ public:
switch (m_eVarType) {
case AVARTYPE_FLOAT:
return m_fValue != m_fGoal;
- case AVARTYPE_VECTOR:
+ case AVARTYPE_VECTOR:
return m_vValue != m_vGoal;
case AVARTYPE_COLOR:
return m_cValue != m_cGoal;
@@ -198,4 +198,4 @@ private:
friend class CAnimationManager;
friend class CWorkspace;
friend struct SLayerSurface;
-}; \ No newline at end of file
+};