diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-10 12:16:05 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-10 12:16:05 +0200 |
commit | d041cdd05007593624b83df85c4fe0357d330c10 (patch) | |
tree | b52825201a757d89fc99abea9c5d1927e6d0a1f3 /plugins | |
parent | f786054cdc128f69fcf5deea191c01de77bd1342 (diff) | |
download | rsyslog-d041cdd05007593624b83df85c4fe0357d330c10.tar.gz rsyslog-d041cdd05007593624b83df85c4fe0357d330c10.tar.xz rsyslog-d041cdd05007593624b83df85c4fe0357d330c10.zip |
removed trailing whitespace
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/imklog/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imklog/Makefile.am b/plugins/imklog/Makefile.am index f4cd771b..246b3306 100644 --- a/plugins/imklog/Makefile.am +++ b/plugins/imklog/Makefile.am @@ -7,7 +7,7 @@ if ENABLE_IMKLOG_BSD imklog_la_SOURCES += bsd.c endif -if ENABLE_IMKLOG_LINUX +if ENABLE_IMKLOG_LINUX imklog_la_SOURCES += linux.c module.h ksym.c ksyms.h ksym_mod.c endif |