summaryrefslogtreecommitdiffstats
path: root/src/gsl-test.c
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-03-29 11:02:06 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-03-29 11:02:06 (GMT)
commit07c311bcba014dbf00edf4420f6936eb8986f534 (patch)
tree42ba941e0b37f9500e971b7a75f031253a514fdc /src/gsl-test.c
parent875c74934c231db6ed92cd3363d41a1bc724878e (diff)
downloadmxe-07c311bcba014dbf00edf4420f6936eb8986f534.zip
mxe-07c311bcba014dbf00edf4420f6936eb8986f534.tar.gz
mxe-07c311bcba014dbf00edf4420f6936eb8986f534.tar.bz2
Cleanup coding style via "make cleanup-style"
Diffstat (limited to 'src/gsl-test.c')
-rw-r--r--src/gsl-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsl-test.c b/src/gsl-test.c
index d7eaf31..00ac9a8 100644
--- a/src/gsl-test.c
+++ b/src/gsl-test.c
@@ -6,7 +6,7 @@
#include <stdio.h>
#include <gsl/gsl_sf_bessel.h>
-int main(int argc, char *argv[])
+int main(int argc, char *argv[])
{
double x, y;