GNU style

An obsolete and deprecated source code indent style used throughout GNU Emacs and the Free Software Foundation code, and just about nowhere else. Indents are always four spaces per level, with "{" and "}" halfway between the outer and inner indent levels.

 if (cond)
  {
    
  }