t / t4018 / cpp-class-definition-derivedon commit headers: normalize the spelling of some header guards (0009d35)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};