o Whoops. Brace style fixings.
[p5sagit/local-lib.git] / lib / local / lib.pm
index d60f3c7..5e08db8 100644 (file)
@@ -215,12 +215,9 @@ sub print_environment_vars_for {
   }
   my $shelltype = do {
       local $_ = $shellbin;
-      if(/csh/)
-      {
+      if(/csh/) {
           'csh'
-      }
-      else
-      {
+      } else {
           'bourne'
       }
   };