Variable: c-brace-imaginary-offset
c-brace-imaginary-offset is a variable defined in cc-compat.el.gz.
Value
0
Documentation
Imagined indentation of a C open brace that actually follows a statement.
Probably introduced at or before Emacs version 17.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/cc-compat.el.gz
;;;###autoload(put 'c-indent-level 'safe-local-variable 'integerp)
(defvar c-brace-imaginary-offset 0
"Imagined indentation of a C open brace that actually follows a statement.")