fix indentation levels; remove dead comments and code
[scpubgit/Object-Remote.git] / lib / Object / Remote / Tied.pm
index af6f7fd..0d94fd4 100644 (file)
@@ -9,11 +9,11 @@ use strictures 1;
 #is passed to the constructor 
 
 sub TIEHASH {
-    return $_[1];
+  return $_[1];
 }
 
 sub TIEARRAY {
-    return $_[1];
+  return $_[1];
 }