view runtime/internal/typeinfo/ti_idouble.d @ 731:d63741d00ee3

Fix broken indentation from last commit.
author Christian Kamm <kamm incasoftware de>
date Sun, 26 Oct 2008 21:18:24 +0100
parents 44f08170f4ef
children
line wrap: on
line source


// idouble

module typeinfo.ti_idouble;

private import typeinfo.ti_double;

class TypeInfo_p : TypeInfo_d
{
    char[] toString() { return "idouble"; }
}