From: Sage Weil Date: Tue, 18 Jun 2013 01:03:30 +0000 (-0700) Subject: mon/PaxosService: some whitespace X-Git-Tag: v0.67-rc1~175^2~21 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6060268f2b1be0928ae019710e443e8ef941bbed;p=ceph.git mon/PaxosService: some whitespace Signed-off-by: Sage Weil --- diff --git a/src/mon/PaxosService.h b/src/mon/PaxosService.h index 555476434443..7a2d190ad968 100644 --- a/src/mon/PaxosService.h +++ b/src/mon/PaxosService.h @@ -808,8 +808,7 @@ public: * @param ver A version number */ void put_version_latest_full(MonitorDBStore::Transaction *t, version_t ver) { - string key = - mon->store->combine_strings(full_prefix_name, full_latest_name); + string key = mon->store->combine_strings(full_prefix_name, full_latest_name); t->put(get_service_name(), key, ver); } /** @@ -819,8 +818,7 @@ public: * @param key The key to which we will add the value * @param bl A bufferlist containing the value */ - void put_value(MonitorDBStore::Transaction *t, - const string& key, bufferlist& bl) { + void put_value(MonitorDBStore::Transaction *t, const string& key, bufferlist& bl) { t->put(get_service_name(), key, bl); }