mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refactor: clang format line length
This commit is contained in:
@@ -38,18 +38,13 @@ namespace MiscTest
|
||||
void marshalUnmarshal();
|
||||
};
|
||||
|
||||
void CTestDataStream::initTestCase()
|
||||
{
|
||||
swift::misc::registerMetadata();
|
||||
}
|
||||
void CTestDataStream::initTestCase() { swift::misc::registerMetadata(); }
|
||||
|
||||
void CTestDataStream::marshalUnmarshal()
|
||||
{
|
||||
CSimulatedAircraftList testData {
|
||||
{ CCallsign("BAW123"), {}, {} },
|
||||
{ CCallsign("DLH456"), {}, {} },
|
||||
{ CCallsign("AAL789"), {}, {} }
|
||||
};
|
||||
CSimulatedAircraftList testData { { CCallsign("BAW123"), {}, {} },
|
||||
{ CCallsign("DLH456"), {}, {} },
|
||||
{ CCallsign("AAL789"), {}, {} } };
|
||||
|
||||
QByteArray bytes;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user