Remove LITERAL_DO from the config in RightCurly as we want this:
        do {
            foo;
        } while (bar);
Not this:
        do {
            foo;
        }
        while (bar);
This went unnoticed as LITERAL_DO was broken in RightCurly in earlier
Checkstyle versions.