diff --git a/Source/Engine/Physics/Actors/WheeledVehicle.h b/Source/Engine/Physics/Actors/WheeledVehicle.h
index 3e93f47ec..a9efb204d 100644
--- a/Source/Engine/Physics/Actors/WheeledVehicle.h
+++ b/Source/Engine/Physics/Actors/WheeledVehicle.h
@@ -468,13 +468,13 @@ public:
///
/// If checked, will draw some useful information about the wheels at the position of their colliders.
///
- API_FIELD(Attributes ="EditorOrder(2), EditorDisplay(\"Vehicle\")")
+ API_FIELD(Attributes="EditorOrder(2), EditorDisplay(\"Vehicle\")")
bool DisplayWheelInfo = false;
///
/// If checked, will draw some useful information about the wheels at the position of their colliders.
///
- API_FIELD(Attributes = "EditorOrder(3), EditorDisplay(\"Vehicle\"), VisibleIf(\"DisplayWheelInfo\")")
+ API_FIELD(Attributes="EditorOrder(3), EditorDisplay(\"Vehicle\"), VisibleIf(\"DisplayWheelInfo\")")
Color WheelInfoColor = Color::White;
///