Reindent code
[app-fonbot-daemon.git] / lib / App / FonBot / Daemon.pm
index 9ef7b15567210c0583beb8022cb74506d2f98870..90064bcca4a35bdb40df342a6466fee1be498c56 100644 (file)
@@ -22,14 +22,14 @@ use constant PLUGINS => map { "App::FonBot::Plugin::$_" } qw/Config Common OFTC
 ##################################################
 
 sub run{
-  Log::Log4perl->init('/etc/fonbotd/log4perl.conf');
-  chdir '/var/lib/fonbot';
-  $_->init for PLUGINS;
-  POE::Kernel->run
+       Log::Log4perl->init('/etc/fonbotd/log4perl.conf');
+       chdir '/var/lib/fonbot';
+       $_->init for PLUGINS;
+       POE::Kernel->run;
 }
 
 sub finish{
-  $_->fini for reverse PLUGINS
+       $_->fini for reverse PLUGINS
 }
 
 1;
This page took 0.010382 seconds and 4 git commands to generate.