cppi

Indent C preprocessor directives to reflect their nesting level

brewmacoslinux
Try with needOr install directly
Source

About

Indent C preprocessor directives to reflect their nesting

Commands

cppi

Examples

Indent preprocessor directives in a C file$ cppi < input.c > output.c
Process a file in-place with backup$ cppi -i.bak myfile.c
Indent multiple C source files$ cppi *.c