mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-07 01:55:53 +08:00
refactor: clang format line length
This commit is contained in:
@@ -27,10 +27,7 @@ namespace swift::sample
|
||||
QScopedPointer<CFsuipc> fsuipc(new CFsuipc());
|
||||
streamOut << "FSUIPC initialized" << Qt::endl;
|
||||
|
||||
if (fsuipc->open())
|
||||
{
|
||||
streamOut << "FSUIPC connected" << Qt::endl;
|
||||
}
|
||||
if (fsuipc->open()) { streamOut << "FSUIPC connected" << Qt::endl; }
|
||||
else
|
||||
{
|
||||
streamOut << "FSUIPC NOT(!) connected" << Qt::endl;
|
||||
@@ -48,9 +45,7 @@ namespace swift::sample
|
||||
}
|
||||
|
||||
#else
|
||||
void CSamplesFsuipc::samplesFsuipc(QTextStream &)
|
||||
{
|
||||
}
|
||||
void CSamplesFsuipc::samplesFsuipc(QTextStream &) {}
|
||||
#endif
|
||||
|
||||
} // namespace swift::sample
|
||||
|
||||
Reference in New Issue
Block a user