diff options
author | ak <ak@FreeBSD.org> | 2013-03-07 23:31:54 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-03-07 23:31:54 +0800 |
commit | a6e323f824bc60f70cef8f067b3e3963ca2a7182 (patch) | |
tree | 86247584c84a96a458ef0736bc560510ee35c22c /lang/mlton/files | |
parent | aa3bbc17a3b0cb86c066c89b024974ce27b5b905 (diff) | |
download | freebsd-ports-gnome-a6e323f824bc60f70cef8f067b3e3963ca2a7182.tar.gz freebsd-ports-gnome-a6e323f824bc60f70cef8f067b3e3963ca2a7182.tar.zst freebsd-ports-gnome-a6e323f824bc60f70cef8f067b3e3963ca2a7182.zip |
- Fix all new cases of 'No newline at end of file' in the ports tree
Approved by: portmgr (bapt)
Diffstat (limited to 'lang/mlton/files')
-rw-r--r-- | lang/mlton/files/patch-runtime_gc_int-inf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/mlton/files/patch-runtime_gc_int-inf.c b/lang/mlton/files/patch-runtime_gc_int-inf.c index fd325e159ead..745fb26f035a 100644 --- a/lang/mlton/files/patch-runtime_gc_int-inf.c +++ b/lang/mlton/files/patch-runtime_gc_int-inf.c @@ -10,4 +10,4 @@ + /* * Test if a intInf is a fixnum. - */
\ No newline at end of file + */ |