From: Theodore Ts'o Date: Thu, 14 Jun 2001 06:58:33 +0000 (+0000) Subject: problem.c: X-Git-Tag: E2FSPROGS-1_21~10 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f76ad46200dff21ed6b22b9352f814b35ca5d6ca;p=tools%2Fe2fsprogs.git problem.c: Fix tabbing/indenting from Andreas. --- diff --git a/e2fsck/problem.c b/e2fsck/problem.c index a101821..84061b3 100644 --- a/e2fsck/problem.c +++ b/e2fsck/problem.c @@ -200,12 +200,12 @@ static const struct e2fsck_problem problem_table[] = { PROMPT_CLEAR, PR_PREEN_OK }, /* Journal has an unknown superblock type */ - { PR_0_JOURNAL_UNSUPP_SUPER, - N_("Ext3 @j @S is unknown type %N (unsupported).\n" - "It is likely that your copy of e2fsck is old and/or doesn't " - "support this @j format.\n" - "It is also possible the @j @S is corrupt.\n"), - PROMPT_ABORT, PR_NO_OK | PR_AFTER_CODE, PR_0_JOURNAL_BAD_SUPER }, + { PR_0_JOURNAL_UNSUPP_SUPER, + N_("Ext3 @j @S is unknown type %N (unsupported).\n" + "It is likely that your copy of e2fsck is old and/or doesn't " + "support this @j format.\n" + "It is also possible the @j @S is corrupt.\n"), + PROMPT_ABORT, PR_NO_OK | PR_AFTER_CODE, PR_0_JOURNAL_BAD_SUPER }, /* Journal superblock is corrupt */ { PR_0_JOURNAL_BAD_SUPER,