]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/PaxosService: some whitespace
authorSage Weil <sage@inktank.com>
Tue, 18 Jun 2013 01:03:30 +0000 (18:03 -0700)
committerSage Weil <sage@inktank.com>
Tue, 25 Jun 2013 04:07:26 +0000 (21:07 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
src/mon/PaxosService.h

index 55547643444306c0f6a1b5c7cd98835bdc836350..7a2d190ad968b049da7eb45766a10df0c92afc32 100644 (file)
@@ -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);
   }