Skip to content

Commit

Permalink
Brace alignment
Browse files Browse the repository at this point in the history
Co-authored-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Ryan <[email protected]>
  • Loading branch information
Ryanf55 and azeey authored Jul 31, 2024
1 parent 7e8b197 commit 348a8b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion geospatial/src/Dem.cc
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ int Dem::Load(const std::string &_filename)
auto OpenInGdal = [this](const std::string& name) -> bool
{
GDALDatasetH handle = GDALOpen(name.c_str(), GA_ReadOnly);
if (handle) {
if (handle)
{
this->dataPtr->dataSet = GDALDataset::FromHandle(handle);
}

Expand Down

0 comments on commit 348a8b7

Please sign in to comment.