Formatting applied

This commit is contained in:
Jm Casler
2021-11-18 09:36:39 -08:00
parent 37aab8a42b
commit 32017e53f5
2 changed files with 18 additions and 19 deletions

View File

@@ -50,7 +50,8 @@ class StoreForwardPlugin : public SinglePortPlugin, private concurrency::OSThrea
/** Called to handle a particular incoming message
@return ProcessMessage::STOP if you've guaranteed you've handled this message and no other handlers should be considered for it
@return ProcessMessage::STOP if you've guaranteed you've handled this message and no other handlers should be considered for
it
*/
virtual ProcessMessage handleReceived(const MeshPacket &mp);
};