[Libguestfs] [PATCH hivex 05/14] maint: normalize to exactly one newline at EOF

Jim Meyering jim at meyering.net
Tue Jun 28 18:09:48 UTC 2011


From: Jim Meyering <meyering at redhat.com>

* .tx/config: Remove trailing empty line.
* images/Makefile.am: Likewise.
* sh/example1: Add newline at EOF.
* sh/example2: Likewise.
* sh/example3: Likewise.
* sh/example4: Likewise.
* sh/example5: Likewise.
---
 .tx/config         |    1 -
 images/Makefile.am |    1 -
 sh/example1        |    2 +-
 sh/example2        |    2 +-
 sh/example3        |    2 +-
 sh/example4        |    2 +-
 sh/example5        |    2 +-
 7 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/.tx/config b/.tx/config
index 109bfc8..705e760 100644
--- a/.tx/config
+++ b/.tx/config
@@ -5,4 +5,3 @@ host = https://www.transifex.net
 file_filter = po/<lang>.po
 source_file = po/hivex.pot
 source_lang = en
-
diff --git a/images/Makefile.am b/images/Makefile.am
index 2808aa5..2adaed3 100644
--- a/images/Makefile.am
+++ b/images/Makefile.am
@@ -33,4 +33,3 @@ large: mklarge
 	./mklarge $(srcdir)/minimal large

 CLEANFILES = $(noinst_DATA)
-
diff --git a/sh/example1 b/sh/example1
index 5b1313f..a2e1775 100755
--- a/sh/example1
+++ b/sh/example1
@@ -37,4 +37,4 @@ d=`dirname $0`
 $d/hivexsh -w <<EOF
 load $1
 commit $2
-EOF
\ No newline at end of file
+EOF\ No newline at end of file
diff --git a/sh/example2 b/sh/example2
index 8d27546..08a9f40 100755
--- a/sh/example2
+++ b/sh/example2
@@ -44,4 +44,4 @@ setval 1
 @
 string:Root
 commit /tmp/modified
-EOF
\ No newline at end of file
+EOF\ No newline at end of file
diff --git a/sh/example3 b/sh/example3
index b482e41..134cf19 100755
--- a/sh/example3
+++ b/sh/example3
@@ -50,4 +50,4 @@ dword:0x12345678
 C
 string:dcbadcbadcbaabcd
 commit /tmp/modified
-EOF
\ No newline at end of file
+EOF\ No newline at end of file
diff --git a/sh/example4 b/sh/example4
index 85fd552..1ce1b6e 100755
--- a/sh/example4
+++ b/sh/example4
@@ -31,4 +31,4 @@ load $1
 cd \Microsoft
 del
 commit $2
-EOF
\ No newline at end of file
+EOF\ No newline at end of file
diff --git a/sh/example5 b/sh/example5
index ccf711c..b34edea 100755
--- a/sh/example5
+++ b/sh/example5
@@ -51,4 +51,4 @@ string:This is the default key of Test5
 ThisIsTest5
 dword:0x87654321
 commit $2
-EOF
\ No newline at end of file
+EOF
-- 
1.7.6.rc2.302.gc2115




More information about the Libguestfs mailing list