Skip to content

Commit 85f3b81

Browse files
committedMay 3, 2017
remove double spaces in sip files
fix indentation
1 parent 6958db6 commit 85f3b81

File tree

123 files changed

+296
-296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+296
-296
lines changed
 

‎python/core/annotations/qgsannotation.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class QgsAnnotation : QObject
5656

5757
void render( QgsRenderContext &context ) const;
5858

59-
virtual void writeXml( QDomElement &elem, QDomDocument &doc ) const = 0;
59+
virtual void writeXml( QDomElement &elem, QDomDocument &doc ) const = 0;
6060
virtual void readXml( const QDomElement &itemElem, const QDomDocument &doc ) = 0;
6161

6262
void setMarkerSymbol( QgsMarkerSymbol *symbol /Transfer/ );

‎python/core/composer/qgsatlascomposition.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public:
174174
/** Prepare the atlas map for the given feature. Sets the extent and context variables
175175
* @returns true if feature was successfully prepared
176176
*/
177-
bool prepareForFeature( const QgsFeature *feat );
177+
bool prepareForFeature( const QgsFeature *feat );
178178

179179
/** Returns the current filename. Must be called after prepareForFeature() */
180180
QString currentFilename() const;

0 commit comments

Comments
 (0)
Please sign in to comment.