mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refactor: clang-format
This commit is contained in:
@@ -5,6 +5,11 @@
|
||||
//! \ingroup samplemiscquantities
|
||||
|
||||
#include "samplesgeo.h"
|
||||
|
||||
#include <QString>
|
||||
#include <QTextStream>
|
||||
#include <QVector3D>
|
||||
|
||||
#include "misc/aviation/altitude.h"
|
||||
#include "misc/geo/coordinategeodetic.h"
|
||||
#include "misc/geo/earthangle.h"
|
||||
@@ -14,10 +19,6 @@
|
||||
#include "misc/pq/units.h"
|
||||
#include "misc/stringutils.h"
|
||||
|
||||
#include <QString>
|
||||
#include <QTextStream>
|
||||
#include <QVector3D>
|
||||
|
||||
using namespace swift::misc;
|
||||
using namespace swift::misc::aviation;
|
||||
using namespace swift::misc::physical_quantities;
|
||||
@@ -70,4 +71,4 @@ namespace swift::sample
|
||||
out << "-----------------------------------------------" << Qt::endl;
|
||||
return 0;
|
||||
}
|
||||
} // namespace
|
||||
} // namespace swift::sample
|
||||
|
||||
Reference in New Issue
Block a user