[sheepdog] [PATCH] minor: fixed indention problem in sheep/journal.c

Kai Zhang kyle at zelin.io
Mon Jul 22 07:37:42 CEST 2013


Signed-off-by: Kai Zhang <kyle at zelin.io>
---
 sheep/journal.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sheep/journal.c b/sheep/journal.c
index 016f9da..990ef94 100644
--- a/sheep/journal.c
+++ b/sheep/journal.c
@@ -143,7 +143,7 @@ static int replay_journal_entry(struct journal_descriptor *jd)
 	char *p = (char *)jd;
 
 	snprintf(path, PATH_MAX, "%s/%016"PRIx64,
-		md_get_object_path(jd->oid), jd->oid);
+		 md_get_object_path(jd->oid), jd->oid);
 
 	if (jd->flag == JF_REMOVE_OBJ) {
 		sd_iprintf("%s (remove)", path);
@@ -153,7 +153,7 @@ static int replay_journal_entry(struct journal_descriptor *jd)
 	}
 
 	sd_iprintf("%s, size %"PRIu64", off %"PRIu64", %d",
-		path, jd->size, jd->offset, jd->create);
+		   path, jd->size, jd->offset, jd->create);
 
 	if (jd->create)
 		flags |= O_CREAT;
-- 
1.7.9.5




More information about the sheepdog mailing list