Trim trailing blank lines

This commit is contained in:
Olly Betts 2015-03-16 14:41:15 +13:00
commit 87a1892719

View file

@ -24,7 +24,3 @@ extern void sub(int *INPUT, int *INPUT, int *OUTPUT);
%apply int *OUTPUT { int *r };
extern int divide(int n, int d, int *r);