t / t4018 / cpp-function-returning-pointeron commit style: the opening '{' of a function is in a separate line (3b33576)
   1const char *get_it_RIGHT(char *ptr)
   2{
   3        ChangeMe;
   4}