aboutsummaryrefslogtreecommitdiff
path: root/unix/boot/spp/rpp/rpprat/indent.r
blob: e119c773a194ea8932b48f40fc4eaff2190c42e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
include defs

# INDENT -- Indent the output listing.

subroutine indent (nlevels)

integer	nlevels
include COMMON_BLOCKS

	logical_column = logical_column + (nlevels * INDENT)
	col = max(6, min(MAX_INDENT, logical_column))
end