My favorite fix / beautification for a totally fucked up C file using GNU indent (without comment linebrake formatting):
indent -bap -bbb -sob -fc1 -br -ce -cdw -ss -npcs -ncs -brs -brf -lp -nut -i4 -hnl SRC_FILE.c -o DST_FILE.c
My favorite fix / beautification for a totally fucked up C file using GNU indent (without comment linebrake formatting):
indent -bap -bbb -sob -fc1 -br -ce -cdw -ss -npcs -ncs -brs -brf -lp -nut -i4 -hnl SRC_FILE.c -o DST_FILE.c