mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
clang-format samples
This commit is contained in:
@@ -40,10 +40,17 @@ namespace BlackMisc
|
||||
class CInformationMessage;
|
||||
class CTransponder;
|
||||
}
|
||||
namespace Network { class CServer; }
|
||||
namespace Simulation { class CSimulatedAircraft; }
|
||||
namespace Network
|
||||
{
|
||||
class CServer;
|
||||
}
|
||||
namespace Simulation
|
||||
{
|
||||
class CSimulatedAircraft;
|
||||
}
|
||||
}
|
||||
template <class T> class QVector;
|
||||
template <class T>
|
||||
class QVector;
|
||||
|
||||
namespace BlackSample
|
||||
{
|
||||
@@ -74,7 +81,7 @@ namespace BlackSample
|
||||
//! Handle command
|
||||
void command(QString line);
|
||||
|
||||
private: //commands
|
||||
private: // commands
|
||||
void help(QTextStream &args);
|
||||
void echo(QTextStream &args);
|
||||
void exit(QTextStream &args);
|
||||
|
||||
Reference in New Issue
Block a user