chiark / gitweb /
rm blank line
authorstevenj <stevenj@alum.mit.edu>
Fri, 4 Jun 2010 22:45:23 +0000 (18:45 -0400)
committerstevenj <stevenj@alum.mit.edu>
Fri, 4 Jun 2010 22:45:23 +0000 (18:45 -0400)
darcs-hash:20100604224523-c8de0-7b20e0beee3f3b4b85adc2229d645862a3f945fd.gz

swig/nlopt-guile.i

index 15c6fcffbb1c2253cc81f6fee086413601c1a915..0c705183133dce1ed228c493e2002384519341a1 100644 (file)
@@ -26,7 +26,6 @@ static double vfunc_guile(const std::vector<double> &x,
   }
   throw std::invalid_argument("invalid result passed to nlopt");
 }
-
 %}
 
 %typemap(in)(nlopt::vfunc vf, void *f_data) {