Using indent Utility209
-c33
-cd33
-cdb
-ce
-ci4
-cli0
-cp33
-di16
-fc1
-fca
-hnl
-i4
-ip4
-l75
-lp
-npcs
-nprs
-psl
-saf
-sai
-saw
-sc
-nsob
-nss
-ts8
7.1.3Blank Lines and Comments
Blank lines can be used in the source code files to add clarity. The
indent
program
allows you to add or remove blank lines from the source code files. Most commonly used
options to handle blank lines are as follows:
-bad
This option adds a blank line after declarations.
-bap
This option is used to add a blank line after a procedure body. Using this option
will create a blank line after each function.