diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-18 16:57:10 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-18 16:57:10 +0200 |
commit | 31d11208ab3401b61728eb469e63c1048e8380ae (patch) | |
tree | b3eb9bfa478105e76e08af0adfdffb6ccbfb8ecc | |
parent | 1f6823635dc1df447adb8d38b75e75b0c9f80620 (diff) | |
download | abrt-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-- | ChangeLog | 2 | ||||
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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 |