summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-18 16:57:10 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-18 16:57:10 +0200
commit31d11208ab3401b61728eb469e63c1048e8380ae (patch)
treeb3eb9bfa478105e76e08af0adfdffb6ccbfb8ecc
parent1f6823635dc1df447adb8d38b75e75b0c9f80620 (diff)
downloadabrt-31d11208ab3401b61728eb469e63c1048e8380ae.tar.gz
abrt-31d11208ab3401b61728eb469e63c1048e8380ae.tar.xz
abrt-31d11208ab3401b61728eb469e63c1048e8380ae.zip
add end-of-line to a few files which didn't have it on last line
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--ChangeLog2
-rw-r--r--INSTALL2
-rw-r--r--src/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 9146129b..8fd12fee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,4 +41,4 @@
- New plugin interface, added unregister function
- Added interface for language and reporter plugins to MiddleWare library
- DebugDump library can create/delete dumps
-- Initial version of CCpp add-on \ No newline at end of file
+- Initial version of CCpp add-on
diff --git a/INSTALL b/INSTALL
index 1279d6c7..799a4a6b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,4 +4,4 @@ How to install
1. autogen.sh
2. ./configure
3. make
-4. make install \ No newline at end of file
+4. make install
diff --git a/src/Makefile.am b/src/Makefile.am
index 9269edb5..2eb6c79d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1 +1 @@
-SUBDIRS = Hooks Daemon Applet Gui CLI \ No newline at end of file
+SUBDIRS = Hooks Daemon Applet Gui CLI