[Bast-commits] r9431 - DBIx-Class/0.08/branches/oracle_returning/lib/DBIx/Class/Storage/DBI

abraxxa at dev.catalyst.perl.org abraxxa at dev.catalyst.perl.org
Tue May 25 16:13:27 GMT 2010


Author: abraxxa
Date: 2010-05-25 17:13:27 +0100 (Tue, 25 May 2010)
New Revision: 9431

Modified:
   DBIx-Class/0.08/branches/oracle_returning/lib/DBIx/Class/Storage/DBI/Oracle.pm
Log:
fixed indention


Modified: DBIx-Class/0.08/branches/oracle_returning/lib/DBIx/Class/Storage/DBI/Oracle.pm
===================================================================
--- DBIx-Class/0.08/branches/oracle_returning/lib/DBIx/Class/Storage/DBI/Oracle.pm	2010-05-25 16:09:46 UTC (rev 9430)
+++ DBIx-Class/0.08/branches/oracle_returning/lib/DBIx/Class/Storage/DBI/Oracle.pm	2010-05-25 16:13:27 UTC (rev 9431)
@@ -19,12 +19,12 @@
 }
 
 sub _supports_insert_returning {
-  my $self = shift;
+    my $self = shift;
 
-  return 1
-    if $self->_server_info->{normalized_dbms_version} >= 10;
+    return 1
+        if $self->_server_info->{normalized_dbms_version} >= 10;
 
-  return 0;
+    return 0;
 }
 
 1;




More information about the Bast-commits mailing list