whitespace fixes
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Overview.pod
index 2e643bf..2ded3f9 100644 (file)
@@ -246,7 +246,7 @@ take a look at it:
       ### it is called on profile activation
       sub apply_profile {
         my ($self, $repl) = @_;
-       ### $self - no comments, $repl - current instance of Devel::REPL
+        ### $self - no comments, $repl - current instance of Devel::REPL
 
         $repl->load_plugin($_) for $self->plugins; ### load our plugins
       }