X-Git-Url: https://git.llucax.com/software/dgc/cdgc.git/blobdiff_plain/004b7e95d7c07045ff197463abf3eab1e9d353ac..ed2b4ee35ae9c3c6fb0f9c0a808c2945a843701a:/rt/gc/cdgc/alloc.d diff --git a/rt/gc/cdgc/alloc.d b/rt/gc/cdgc/alloc.d index b709fda..cc03862 100644 --- a/rt/gc/cdgc/alloc.d +++ b/rt/gc/cdgc/alloc.d @@ -157,3 +157,6 @@ else { static assert(false, "No supported allocation methods available."); } + + +// vim: set et sw=4 sts=4 :