diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-08-16 16:03:20 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-08-16 16:03:20 +0000 |
commit | c9c1a78c4681e578b89f812ba46013a04b1a849b (patch) | |
tree | e09d4fe5191dc329b3e1b667f2914f8313bcba59 /src/datastore/plugin_datastore_mysql.c | |
parent | 2f28a990d25bf78d2bba4ee61333484cad59ba69 (diff) |
even nicer indentation, thanks to LRN's indent patch
git-svn-id: https://gnunet.org/svn/gnunet@16587 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datastore/plugin_datastore_mysql.c')
-rw-r--r-- | src/datastore/plugin_datastore_mysql.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c index 63b065b0c1..d6b6d6c623 100644 --- a/src/datastore/plugin_datastore_mysql.c +++ b/src/datastore/plugin_datastore_mysql.c @@ -1068,12 +1068,12 @@ mysql_plugin_get_key (void *cls, uint64_t offset, const GNUNET_HashCode * key, { ret = prepared_statement_run_select (plugin, - plugin->count_entry_by_hash_vhash_and_type, - 1, cbind, MYSQL_TYPE_BLOB, key, - hashSize, &hashSize, MYSQL_TYPE_BLOB, - vhash, hashSize2, &hashSize2, - MYSQL_TYPE_LONG, &type, GNUNET_YES, - -1); + plugin-> + count_entry_by_hash_vhash_and_type, 1, + cbind, MYSQL_TYPE_BLOB, key, hashSize, + &hashSize, MYSQL_TYPE_BLOB, vhash, + hashSize2, &hashSize2, MYSQL_TYPE_LONG, + &type, GNUNET_YES, -1); } else { |