summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/support
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2012-07-30 18:04:46 +0000
committerDamien Doligez <damien.doligez-inria.fr>2012-07-30 18:04:46 +0000
commit997a678d5ee774930288bfec23d4b145ce45c078 (patch)
treeef26b1b6992733f6ee00a1f760ab1da89eaef315 /otherlibs/labltk/support
parentb7271628a25d208c90e77dce62ff0244a1c2fcdd (diff)
clean up TABs and whitespace
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12799 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/support')
-rw-r--r--otherlibs/labltk/support/cltkVar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/support/cltkVar.c b/otherlibs/labltk/support/cltkVar.c
index dcda8a77c..e647d9d67 100644
--- a/otherlibs/labltk/support/cltkVar.c
+++ b/otherlibs/labltk/support/cltkVar.c
@@ -65,7 +65,7 @@ CAMLprim value camltk_setvar(value var, value contents)
if (s == NULL)
tk_error(Tcl_GetStringResult(cltclinterp));
- else
+ else
return(Val_unit);
}