[sheepdog] [PATCH] minor: fixed indention problem in sheep/journal.c
Liu Yuan
namei.unix at gmail.com
Tue Jul 23 06:35:54 CEST 2013
On Sun, Jul 21, 2013 at 10:37:42PM -0700, Kai Zhang wrote:
> 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
>
> --
> sheepdog mailing list
> sheepdog at lists.wpkg.org
> http://lists.wpkg.org/mailman/listinfo/sheepdog
Applied thanks
Yuan
More information about the sheepdog
mailing list