From ca563ea85ead434e0d579026b5e66e829af5efe5 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 13 Sep 2019 06:12:34 -0400 Subject: Add additional formatting pass on directories --- src/gpuwattch/xmlParser.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gpuwattch/xmlParser.cc') diff --git a/src/gpuwattch/xmlParser.cc b/src/gpuwattch/xmlParser.cc index 810e6fb..375236f 100644 --- a/src/gpuwattch/xmlParser.cc +++ b/src/gpuwattch/xmlParser.cc @@ -765,9 +765,9 @@ static const char XML_gbk_big5_ByteTable[256] = { 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1 // 0xf0 }; -static const char *XML_ByteTable = (const char *) - XML_utf8ByteTable; // the default is - // "characterEncoding=XMLNode::encoding_UTF8" +static const char *XML_ByteTable = + (const char *)XML_utf8ByteTable; // the default is +// "characterEncoding=XMLNode::encoding_UTF8" #endif XMLNode XMLNode::emptyXMLNode; -- cgit v1.3