mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 04:30:43 +01:00
Fixing spaces vs tabs
This commit is contained in:
parent
73c47c93a7
commit
d4ca2650ba
10
plugins/external/skeletons/perl/plugin.pl
vendored
10
plugins/external/skeletons/perl/plugin.pl
vendored
@ -78,11 +78,11 @@ while ($keepRunning) {
|
||||
# We seem to have not timeout for select - or do we?
|
||||
if ($STDIN->can_read($pollPeriod)) {
|
||||
$stdInLine = <STDIN>;
|
||||
# Catch EOF, run onRecieve onr last time and exit
|
||||
if (eof()){
|
||||
$keepRunning = 0;
|
||||
last;
|
||||
}
|
||||
# Catch EOF, run onRecieve onr last time and exit
|
||||
if (eof()){
|
||||
$keepRunning = 0;
|
||||
last;
|
||||
}
|
||||
if (length($stdInLine) > 0) {
|
||||
push (@msgs, $stdInLine);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user