Skip to content

Commit f222f40

Browse files
eleiminate spaces in type names
Issue: #641 Signed-off-by: FlorianMueller87 <[email protected]>
1 parent 289aae5 commit f222f40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

osi_object.proto

+3-3
Original file line numberDiff line numberDiff line change
@@ -220,17 +220,17 @@ message StationaryObject
220220
// Landmarks corresponding to barrel in the
221221
// in the environment.
222222
//
223-
TYPE_ BARREL = 19;
223+
TYPE_BARREL = 19;
224224

225225
// Landmarks corresponding to guide post in the
226226
// in the environment.
227227
//
228-
TYPE_ GUIDE_POST = 20;
228+
TYPE_GUIDE_POST = 20;
229229

230230
// Landmarks corresponding to tunnel in the
231231
// in the environment.
232232
//
233-
TYPE_ TUNNEL = 21;
233+
TYPE_TUNNEL = 21;
234234
}
235235

236236
// Definition of material types.

0 commit comments

Comments
 (0)