From 84c6ae9071c86c107302c3cb55f24c1f3990aabd Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Tue, 7 May 2024 11:37:47 -0400 Subject: [PATCH] Fix formatting --- src/core/src/OmniGeoreference.cpp | 4 ++-- src/core/src/UsdNotificationHandler.cpp | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/core/src/OmniGeoreference.cpp b/src/core/src/OmniGeoreference.cpp index b314965e..ec678d2d 100644 --- a/src/core/src/OmniGeoreference.cpp +++ b/src/core/src/OmniGeoreference.cpp @@ -15,8 +15,8 @@ OmniGeoreference::OmniGeoreference(Context* pContext, const pxr::SdfPath& path) : _pContext(pContext) , _path(path) , _ellipsoid(CesiumGeospatial::Ellipsoid::WGS84) { - update(); - } + update(); +} const pxr::SdfPath& OmniGeoreference::getPath() const { return _path; diff --git a/src/core/src/UsdNotificationHandler.cpp b/src/core/src/UsdNotificationHandler.cpp index 31bfd429..9d8494d1 100644 --- a/src/core/src/UsdNotificationHandler.cpp +++ b/src/core/src/UsdNotificationHandler.cpp @@ -528,7 +528,10 @@ void processCesiumWebMapTileServiceRasterOverlayChanged( } } -void processCesiumGeoreferenceChanged(const Context& context, const pxr::SdfPath& georeferencePath, const std::vector& properties) { +void processCesiumGeoreferenceChanged( + const Context& context, + const pxr::SdfPath& georeferencePath, + const std::vector& properties) { const auto pGeoreference = context.getAssetRegistry().getGeoreference(georeferencePath); if (!pGeoreference) { return;