Skip to content

Commit 114afda

Browse files
committed
volume: whitespace cleanup
1 parent 28c26c6 commit 114afda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manifests/volume.pp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# The block device to ensure a physical_volume has been
1414
# created on The volume_group to ensure is created on the
1515
# physical_volume provided by the pv parameter.
16-
#
16+
#
1717

1818
# @param fstype The type of filesystem to create on the logical
1919
# volume.
@@ -24,10 +24,10 @@
2424

2525
# @param size The size the logical_voluem should be.
2626

27-
# @param extents The number of logical extents to allocate for the new logical volume.
27+
# @param extents The number of logical extents to allocate for the new logical volume.
2828
# Set to undef to use all available space
2929

30-
# @param initial_size The initial size of the logical volume.
30+
# @param initial_size The initial size of the logical volume.
3131
# This will only apply to newly-created volumes
3232
#
3333
# === Examples

0 commit comments

Comments
 (0)