diff options
author | unknown <mskold@mysql.com> | 2005-07-04 20:36:38 +0200 |
---|---|---|
committer | unknown <mskold@mysql.com> | 2005-07-04 20:36:38 +0200 |
commit | e9ac18c204c0600e651986ad90dd1fffe915d879 (patch) | |
tree | 52cd2512200d47f6b809cabb0ed3f468fa45c6b7 /sql/ha_ndbcluster.cc | |
parent | 80089d532b324cd71404bf25b779373fc8216c01 (diff) | |
download | mariadb-git-e9ac18c204c0600e651986ad90dd1fffe915d879.tar.gz |
Fixed indentation
Diffstat (limited to 'sql/ha_ndbcluster.cc')
-rw-r--r-- | sql/ha_ndbcluster.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc index 462670df64c..4f35bf07cc1 100644 --- a/sql/ha_ndbcluster.cc +++ b/sql/ha_ndbcluster.cc @@ -1222,9 +1222,9 @@ int ha_ndbcluster::complemented_pk_read(const byte *old_data, byte *new_data) op->readTuple(lm) != 0) ERR_RETURN(trans->getNdbError()); - int res; - if ((res= set_primary_key_from_record(op, old_data))) - ERR_RETURN(trans->getNdbError()); + int res; + if ((res= set_primary_key_from_record(op, old_data))) + ERR_RETURN(trans->getNdbError()); // Read all unreferenced non-key field(s) for (i= 0; i < no_fields; i++) |