Описание тега gnu-indent
For questions about GNU indent, a program designed to format (or beautify) C code.
GNU.org provides the following introduction for indent:
The indent program can be used to make code easier to read. It can also convert from one style of writing C to another. indent understands a substantial amount about the syntax of C, but it also attempts to cope with incomplete and misformed syntax.
Its documentation can be found here.