view runtime/internal/typeinfo/ti_ifloat.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


// ifloat

module typeinfo.ti_ifloat;

private import typeinfo.ti_float;

class TypeInfo_o : TypeInfo_f
{
    char[] toString() { return "ifloat"; }
}