Sorry, I see that the display of my question is not correclty formatted.
I want to correct it, but I don't find how to edit it again !

So, I will do that in this post.

I want to have

class XRecord
    {
    public:
    int iCount;
    string sName;
    };

But, formatting using Whitesmith, I obtain following lines

class XRecord
    {
    public:
        int iCount;
        string sName;
    };