From 2423fbf2efa39e28cc348acc11b9269e573dcdef Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Thu, 17 Jul 2014 22:15:34 +0200 Subject: Normalized comments. This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. --- src/XMLParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/XMLParser.h') diff --git a/src/XMLParser.h b/src/XMLParser.h index 28fa05579..e39405529 100644 --- a/src/XMLParser.h +++ b/src/XMLParser.h @@ -55,7 +55,7 @@ protected: -/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// // The following template has been modified from code available at // http://www.codeproject.com/Articles/1847/C-Wrappers-for-the-Expat-XML-Parser // It uses templates to remove the virtual function call penalty (both size and speed) for each callback -- cgit v1.2.3