diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2012-02-14 16:47:55 -0800 |
---|---|---|
committer | Stephen Hemminger <shemminger@vyatta.com> | 2012-02-14 16:47:55 -0800 |
commit | d03a6c0695fc698760f54c15dda418f99df0603f (patch) | |
tree | da0bb6e7e1b41ec45957baf5d14dd844cefeae2e /templates/format | |
parent | b08c5f26856bafdf544e5d60bcf7a8966e3ad73c (diff) | |
download | vyatta-op-d03a6c0695fc698760f54c15dda418f99df0603f.tar.gz vyatta-op-d03a6c0695fc698760f54c15dda418f99df0603f.zip |
Add missing newline at end of file
Avoid editing and future problems with tools like diff by making sure
all node.def files have newline before the end of file.
Diffstat (limited to 'templates/format')
-rw-r--r-- | templates/format/disk/node.def | 2 | ||||
-rw-r--r-- | templates/format/disk/node.tag/like/node.def | 2 | ||||
-rw-r--r-- | templates/format/disk/node.tag/like/node.tag/node.def | 2 | ||||
-rw-r--r-- | templates/format/node.def | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/format/disk/node.def b/templates/format/disk/node.def index 664804b..97df9b7 100644 --- a/templates/format/disk/node.def +++ b/templates/format/disk/node.def @@ -1 +1 @@ -help: Format a disk drive
\ No newline at end of file +help: Format a disk drive diff --git a/templates/format/disk/node.tag/like/node.def b/templates/format/disk/node.tag/like/node.def index 99f73b1..c4a5126 100644 --- a/templates/format/disk/node.tag/like/node.def +++ b/templates/format/disk/node.tag/like/node.def @@ -1 +1 @@ -help: Format this disk the same as another disk
\ No newline at end of file +help: Format this disk the same as another disk diff --git a/templates/format/disk/node.tag/like/node.tag/node.def b/templates/format/disk/node.tag/like/node.tag/node.def index 588e633..a98cbcc 100644 --- a/templates/format/disk/node.tag/like/node.tag/node.def +++ b/templates/format/disk/node.tag/like/node.tag/node.def @@ -58,4 +58,4 @@ run: else echo "OK. Disk drive $format_drive will not be re-formated." fi - fi
\ No newline at end of file + fi diff --git a/templates/format/node.def b/templates/format/node.def index edb71bd..5775951 100644 --- a/templates/format/node.def +++ b/templates/format/node.def @@ -1 +1 @@ -help: Format a device
\ No newline at end of file +help: Format a device |