Skip to content

Commit 08a6f4f

Browse files
committed
Remove trailing whitespace
1 parent 77e1779 commit 08a6f4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/how_to_guides/pilz_industrial_motion_planner/pilz_industrial_motion_planner.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -486,9 +486,9 @@ Then, the request is created:
486486
service_request->request.items.push_back(item1);
487487
service_request->request.items.push_back(item2);
488488

489-
Once the service call is completed, the method ``future.wait_for(timeout_duration)`` blocks until
490-
a specified ``timeout_duration`` has elapsed or the result becomes available, whichever comes
491-
first. The return value identifies the state of the result. This is performed every second
489+
Once the service call is completed, the method ``future.wait_for(timeout_duration)`` blocks until
490+
a specified ``timeout_duration`` has elapsed or the result becomes available, whichever comes
491+
first. The return value identifies the state of the result. This is performed every second
492492
until the future is ready.
493493

494494

0 commit comments

Comments
 (0)