LGTM, thanks.
On Mon, Oct 7, 2013 at 4:37 PM, Jose A. Lopes <[email protected]> wrote: > Fix indentation in 'Ganeti.OpCodes'. > > Signed-off-by: Jose A. Lopes <[email protected]> > --- > src/Ganeti/OpCodes.hs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/Ganeti/OpCodes.hs b/src/Ganeti/OpCodes.hs > index 8615082..9a24646 100644 > --- a/src/Ganeti/OpCodes.hs > +++ b/src/Ganeti/OpCodes.hs > @@ -91,7 +91,7 @@ instance PyValue ExportMode where > > instance PyValue CVErrorCode where > showValue = cVErrorCodeToRaw > - > + > instance PyValue VerifyOptionalChecks where > showValue = verifyOptionalChecksToRaw > > -- > 1.8.4 > > -- Thomas Thrainer | Software Engineer | [email protected] | Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
