Skip to content

Commit

Permalink
whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
roya0045 authored and github-actions[bot] committed Dec 22, 2021
1 parent 0e5b1af commit 16b392d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/gui/mesh/qgsmeshlayerproperties.h
Expand Up @@ -84,7 +84,7 @@ class GUI_EXPORT QgsMeshLayerProperties : public QgsOptionsDialogBase, private U
void aboutToShowStyleMenu();
//! Reloads temporal properties from the provider
void reloadTemporalProperties();
//! \brief Called when cancel button is pressed
//! \brief Called when cancel button is pressed
void onCancel();

void onTimeReferenceChange();
Expand Down Expand Up @@ -125,7 +125,7 @@ class GUI_EXPORT QgsMeshLayerProperties : public QgsOptionsDialogBase, private U

void showHelp();

QgsCoordinateReferenceSystem mBackupCrs;
QgsCoordinateReferenceSystem mBackupCrs;
};


Expand Down
2 changes: 1 addition & 1 deletion src/gui/raster/qgsrasterlayerproperties.h
Expand Up @@ -295,6 +295,6 @@ class GUI_EXPORT QgsRasterLayerProperties : public QgsOptionsDialogBase, private

friend class QgsAppScreenShots;

QgsCoordinateReferenceSystem mBackupCrs;
QgsCoordinateReferenceSystem mBackupCrs;
};
#endif

0 comments on commit 16b392d

Please sign in to comment.