Skip to content

Commit

Permalink
fix sipify tests
Browse files Browse the repository at this point in the history
followup 4f9a9e0
  • Loading branch information
3nids committed Jul 19, 2017
1 parent 4f9a9e0 commit 744fbc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/code_layout/sipifyheader.expected.sip
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@ Mulitline body
%Docstring %Docstring
remove argument remove argument
%End %End
void method(); void method( );
void test(); void test( );
void avoidIntersections( const QList<QgsVectorLayer *> &avoidIntersectionsLayers ); void avoidIntersections( const QList<QgsVectorLayer *> &avoidIntersectionsLayers );


void position( ); void position( );
Expand Down

0 comments on commit 744fbc5

Please sign in to comment.