Skip to content

Commit

Permalink
removed tabs in QE_fbt.cpp, no tabs found in resource.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzO02 committed Jun 26, 2024
1 parent e936237 commit 8ede252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stdfblib/io/QE_fbt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const SFBInterfaceSpec FORTE_QE::scmFBInterfaceSpec = {
};

FORTE_QE::FORTE_QE(const CStringDictionary::TStringId paInstanceNameId, forte::core::CFBContainer &paContainer) :
CProcessInterface(paContainer, &scmFBInterfaceSpec, paInstanceNameId),
CProcessInterface(paContainer, &scmFBInterfaceSpec, paInstanceNameId),
var_conn_QO(var_QO),
var_conn_STATUS(var_STATUS),
conn_INITO(this, 0),
Expand Down

0 comments on commit 8ede252

Please sign in to comment.