From ec05778d5718a7912e506764d443a78d6a6179e3 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 5 Nov 2012 22:41:51 +0000 Subject: Converted tabs to spaces with tabconv. --- src/unit/xml.unit | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/unit/xml.unit') diff --git a/src/unit/xml.unit b/src/unit/xml.unit index 0db21c1..57e1c1c 100644 --- a/src/unit/xml.unit +++ b/src/unit/xml.unit @@ -12,10 +12,10 @@ suite Xml { - test declaration - { - Bu::String sXml(" "); - Bu::MemBuf buf( sXml ); - Bu::XmlReader xr( buf ); - } + test declaration + { + Bu::String sXml(" "); + Bu::MemBuf buf( sXml ); + Bu::XmlReader xr( buf ); + } } -- cgit v1.2.3