Skip to content

Commit f7d5912

Browse files
committed
fix formatting
1 parent dac03d5 commit f7d5912

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/core/raster/qgscolorrampshader.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ class CORE_EXPORT QgsColorRampShader : public QgsRasterShaderFunction
6767
};
6868

6969
//! \brief Get the custom colormap
70-
QList<QgsColorRampShader::ColorRampItem> colorRampItemList() const {return mColorRampItemList.toList();}
70+
QList<QgsColorRampShader::ColorRampItem> colorRampItemList() const { return mColorRampItemList.toList(); }
7171

7272
//! \brief Get the color ramp type
73-
QgsColorRampShader::ColorRamp_TYPE colorRampType() const {return mColorRampType;}
73+
QgsColorRampShader::ColorRamp_TYPE colorRampType() const { return mColorRampType; }
7474

7575
// \brief Get the color ramp type as a string
7676
QString colorRampTypeAsQString();
@@ -79,7 +79,7 @@ class CORE_EXPORT QgsColorRampShader : public QgsRasterShaderFunction
7979
* @note added in QGIS 3.0
8080
* @see setColorRampName()
8181
*/
82-
QString colorRampName() const {return mColorRampName;}
82+
QString colorRampName() const { return mColorRampName; }
8383

8484
//! \brief Set custom colormap
8585
void setColorRampItemList( const QList<QgsColorRampShader::ColorRampItem>& theList ); //TODO: sort on set

0 commit comments

Comments
 (0)