mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 07:30:36 +08:00
Style fix in ServiceClient<>
This commit is contained in:
@@ -159,7 +159,7 @@ private:
|
||||
|
||||
void invokeCallback(ServiceCallResultType& result);
|
||||
|
||||
void handleReceivedDataStruct(ReceivedDataStructure<ResponseType>& response);
|
||||
virtual void handleReceivedDataStruct(ReceivedDataStructure<ResponseType>& response);
|
||||
|
||||
virtual void handleDeadline(MonotonicTime);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user