summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/support/cltkEvent.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/labltk/support/cltkEvent.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/labltk/support/cltkEvent.c')
-rw-r--r--otherlibs/labltk/support/cltkEvent.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/otherlibs/labltk/support/cltkEvent.c b/otherlibs/labltk/support/cltkEvent.c
index 81c9413f6..ad9b4d9ed 100644
--- a/otherlibs/labltk/support/cltkEvent.c
+++ b/otherlibs/labltk/support/cltkEvent.c
@@ -52,4 +52,3 @@ CAMLprim value camltk_dooneevent(value flags)
ret = Tk_DoOneEvent(convert_flag_list(flags, event_flag_table));
return Val_int(ret);
}
-