Skip to content

Commit ff0df6d

Browse files
committedJul 19, 2017
fix c29fc35
1 parent c29fc35 commit ff0df6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tests/code_layout/sipifyheader.expected.sip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ Mulitline body
308308
%Docstring
309309
remove argument
310310
%End
311-
void method( );
312-
void test( );
311+
void method();
312+
void test();
313313
void avoidIntersections( const QList<QgsVectorLayer *> &avoidIntersectionsLayers );
314314

315315
void position();

0 commit comments

Comments
 (0)
Please sign in to comment.