mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Coding style adaptations
This commit is contained in:
@@ -57,9 +57,11 @@ namespace {
|
||||
* unsynchronized, if the parameter is not provided, all versions for the specified http
|
||||
* resource are removed.
|
||||
*/
|
||||
[[codegen::luawrap]] void unsyncResource(std::string identifier, std::optional<int> version) {
|
||||
[[codegen::luawrap]] void unsyncResource(std::string identifier,
|
||||
std::optional<int> version)
|
||||
{
|
||||
using namespace openspace;
|
||||
|
||||
|
||||
const SyncModule* module = global::moduleEngine->module<SyncModule>();
|
||||
std::filesystem::path sync = absPath(module->synchronizationRoot());
|
||||
std::filesystem::path base = sync / "http" / identifier;
|
||||
|
||||
Reference in New Issue
Block a user