]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cls_lock: fix some spacing
authorJosh Durgin <josh.durgin@inktank.com>
Thu, 30 Aug 2012 23:39:23 +0000 (16:39 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Tue, 18 Sep 2012 22:36:08 +0000 (15:36 -0700)
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/cls/lock/cls_lock.cc

index 77b6ef958ecdc7f1177c023d64d05862307fe70f..b8641789519b0d6be1f95ebdec5b801acabd7f61 100644 (file)
@@ -355,7 +355,7 @@ static int break_lock(cls_method_context_t hctx,
 }
 
 
- /**
+/**
  * Retrieve lock info: lockers, tag, exclusive
  *
  * Input:
@@ -400,7 +400,7 @@ static int get_info(cls_method_context_t hctx, bufferlist *in, bufferlist *out)
 }
 
 
- /**
+/**
  * Retrieve a list of locks for this object
  *
  * Input:
@@ -410,7 +410,8 @@ static int get_info(cls_method_context_t hctx, bufferlist *in, bufferlist *out)
  * @param out contains encoded cls_list_locks_reply
  *
  * @return 0 on success, -errno on failure.
- */static int list_locks(cls_method_context_t hctx, bufferlist *in, bufferlist *out)
+ */
+static int list_locks(cls_method_context_t hctx, bufferlist *in, bufferlist *out)
 {
   CLS_LOG(20, "list_locks");