Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Caha committed Oct 6, 2024
1 parent 975230f commit 8df2d29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mdal/api/mdal.h
Original file line number Diff line number Diff line change
Expand Up @@ -377,12 +377,12 @@ MDAL_EXPORT int MDAL_M_faceVerticesMaximumCount( MDAL_MeshH mesh );
MDAL_EXPORT void MDAL_M_LoadDatasets( MDAL_MeshH mesh, const char *datasetFile );

/**
* Removes DatasetGroup from Mesh based on it's name. On error see MDAL_LastStatus
* Removes DatasetGroup from Mesh based on it's name. On error see MDAL_LastStatus
* for error type.
*
*
* \since MDAL 1.3.0
*/
MDAL_EXPORT void MDAL_M_RemoveDatasetGroup( MDAL_MeshH mesh, const char *datasetGroupName);
MDAL_EXPORT void MDAL_M_RemoveDatasetGroup( MDAL_MeshH mesh, const char *datasetGroupName );

/**
* Returns number of metadata values
Expand Down

0 comments on commit 8df2d29

Please sign in to comment.