@@ -39,15 +39,15 @@ class SeqDispatcher final : public SeqDispatcherComponentBase {
3939 );
4040
4141 // ! Handler for input port seqStartIn
42- void seqStartIn_handler (FwIndexType portNum, // !< The port number
43- const Fw::StringBase& fileName, // !< The sequence file
44- const Svc::SeqArgs& args // !< Optional sequence arguments
42+ void seqStartIn_handler (FwIndexType portNum, // !< The port number
43+ const Fw::StringBase& fileName, // !< The sequence file
44+ const Svc::SeqArgs& args // !< Optional sequence arguments
4545 );
4646
4747 // ! Handler for input port seqRunIn
48- void seqRunIn_handler (FwIndexType portNum, // !< The port number
49- const Fw::StringBase& fileName, // !< The sequence file
50- const Svc::SeqArgs& args // !< Optional sequence arguments
48+ void seqRunIn_handler (FwIndexType portNum, // !< The port number
49+ const Fw::StringBase& fileName, // !< The sequence file
50+ const Svc::SeqArgs& args // !< Optional sequence arguments
5151 );
5252
5353 private:
@@ -70,7 +70,10 @@ class SeqDispatcher final : public SeqDispatcherComponentBase {
7070
7171 FwIndexType getNextAvailableSequencerIdx ();
7272
73- void runSequence (FwIndexType sequencerIdx, const Fw::ConstStringBase& fileName, Fw::Wait block, const Svc::SeqArgs& args);
73+ void runSequence (FwIndexType sequencerIdx,
74+ const Fw::ConstStringBase& fileName,
75+ Fw::Wait block,
76+ const Svc::SeqArgs& args);
7477
7578 // ----------------------------------------------------------------------
7679 // Command handler implementations
0 commit comments