Browse Source

Remove end-line spaces

Urho3D[bot] 3 years ago
parent
commit
b499c51ede
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Urho3D/Scene/LogicComponent.h

+ 1 - 1
Source/Urho3D/Scene/LogicComponent.h

@@ -26,7 +26,7 @@ enum class LogicComponentEvents
     FixedUpdate     = 1 << 2,
 
     /// Use the physics post-update event
-    FixedPostUpdate = 1 << 3, 
+    FixedPostUpdate = 1 << 3,
 
     /// Use all events
     All             = Update | PostUpdate | FixedUpdate | FixedPostUpdate