mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Code Cleanup (#2191)
* constexpr const -> constexpr * const char* -> std::string_view
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
#include "SpiceZpr.h"
|
||||
|
||||
namespace {
|
||||
constexpr const int FILLEN = 128;
|
||||
constexpr const int TYPLEN = 32;
|
||||
constexpr const int SRCLEN = 128;
|
||||
constexpr int FILLEN = 128;
|
||||
constexpr int TYPLEN = 32;
|
||||
constexpr int SRCLEN = 128;
|
||||
|
||||
namespace spicemanager_constants {
|
||||
SpiceInt handle;
|
||||
|
||||
Reference in New Issue
Block a user