mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 21:09:27 -06:00
Global pass over the code to remove trailing spaces
This commit is contained in:
@@ -45,7 +45,7 @@ using nlohmann::json;
|
||||
namespace openspace {
|
||||
|
||||
CameraTopic::CameraTopic()
|
||||
: _lastUpdateTime(std::chrono::system_clock::now())
|
||||
: _lastUpdateTime(std::chrono::system_clock::now())
|
||||
{}
|
||||
|
||||
CameraTopic::~CameraTopic() {
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
namespace {
|
||||
constexpr std::string_view _loggerCat = "SessionRecordingTopic";
|
||||
|
||||
|
||||
constexpr std::string_view SubscribeEvent = "start_subscription";
|
||||
constexpr std::string_view UnsubscribeEvent = "stop_subscription";
|
||||
constexpr std::string_view RefreshEvent = "refresh";
|
||||
|
||||
Reference in New Issue
Block a user