Skip to content

Commit 00e872f

Browse files
committed
Fix whitespace issues
Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
1 parent 493b5e6 commit 00e872f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

osi_trafficcommand.proto

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ message TrafficAction
9090
// A SpeedAction
9191
//
9292
optional SpeedAction speed_action = 5;
93-
93+
9494
// An AbortActionsAction
9595
//
9696
optional AbortActionsAction abort_actions_action = 6;
97-
97+
9898
// An EndActionsAction
9999
//
100100
optional EndActionsAction end_actions_action = 7;
@@ -475,7 +475,7 @@ message AbortActionsAction
475475
// The Action Header
476476
//
477477
optional ActionHeader action_header = 1;
478-
478+
479479
// Actions which must be aborted immediately.
480480
//
481481
// These fields hold the action ids of the actions that must be
@@ -497,11 +497,11 @@ message EndActionsAction
497497
// The Action Header
498498
//
499499
optional ActionHeader action_header = 1;
500-
500+
501501
// Actions which are regarded as successfully executed.
502502
//
503503
// These fields hold the action ids of the actions that are regarded
504-
// as successfully executed and shall be terminated gracefully.
504+
// as successfully executed and shall be terminated gracefully.
505505
//
506506
repeated Identifier target_action_id = 2;
507-
}
507+
}

0 commit comments

Comments
 (0)