Skip to content

Commit 8f37400

Browse files
committed
Correct indentation
1 parent 1973fc7 commit 8f37400

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

osi_object.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ message Vehicle
5151
/// Field need not be set if ego_vehicle is set to false.
5252
optional Identifier driver = 10;
5353

54-
/// The vector pointing from the bounding box center point (base.position) to the middle (in x, y and z)
55-
/// of the front axle under neutral load conditions. In object coordinates.
56-
optional Vector3d bbcenter_to_front = 11;
54+
/// The vector pointing from the bounding box center point (base.position) to the middle (in x, y and z)
55+
/// of the front axle under neutral load conditions. In object coordinates.
56+
optional Vector3d bbcenter_to_front = 11;
5757

5858

5959
/// Definition of vehicle types.

0 commit comments

Comments
 (0)