summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/write.c
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2010-01-22 12:48:24 +0000
committerDamien Doligez <damien.doligez-inria.fr>2010-01-22 12:48:24 +0000
commit04b1656222698bd7e92f213e9a718b7a4185643a (patch)
tree6186d1ba1e00adb1232908f95cb92c299902a943 /otherlibs/unix/write.c
parentbdc0fadee2dc9669818955486b4c3497016edda5 (diff)
clean up spaces and tabs
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9547 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/unix/write.c')
-rw-r--r--otherlibs/unix/write.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/otherlibs/unix/write.c b/otherlibs/unix/write.c
index 633f05fc0..9ddf74e3d 100644
--- a/otherlibs/unix/write.c
+++ b/otherlibs/unix/write.c
@@ -63,7 +63,7 @@ CAMLprim value unix_write(value fd, value buf, value vofs, value vlen)
This problem is avoided in unix_single_write, which is faithful to the
Unix system call. */
-CAMLprim value unix_single_write(value fd, value buf, value vofs, value vlen)
+CAMLprim value unix_single_write(value fd, value buf, value vofs, value vlen)
{
long ofs, len;
int numbytes, ret;
@@ -84,4 +84,3 @@ CAMLprim value unix_single_write(value fd, value buf, value vofs, value vlen)
End_roots();
return Val_int(ret);
}
-