summaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2008-11-11 08:20:17 +0100
committerNatanael Copa <natanael.copa@gmail.com>2008-11-11 08:20:17 +0100
commited43e815dff29308732d1f3f66f63c6e0a3b4c40 (patch)
tree217516b2ebcdd33ff528b2ab283397544def4b34 /test.c
parent6ed652d87201c190125877cf6912cd4f2e4269b5 (diff)
downloaduiconv-ed43e815dff29308732d1f3f66f63c6e0a3b4c40.tar.bz2
uiconv-ed43e815dff29308732d1f3f66f63c6e0a3b4c40.tar.xz
whitespace fixes from solarv0.2.4
Diffstat (limited to 'test.c')
-rw-r--r--test.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test.c b/test.c
index 1cb8011..4638a4a 100644
--- a/test.c
+++ b/test.c
@@ -35,7 +35,6 @@ void convert_string(iconv_t cd, char *str)
printf("\n");
}
-
void convert_args(char *from, char *to, int argc, char **argv)
{
iconv_t cd;
@@ -53,7 +52,6 @@ void convert_args(char *from, char *to, int argc, char **argv)
iconv_close(cd);
}
-
int main(int argc, char **argv)
{
@@ -66,7 +64,3 @@ int main(int argc, char **argv)
return 0;
}
-
-
-
-