From f76ad46200dff21ed6b22b9352f814b35ca5d6ca Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 14 Jun 2001 06:58:33 +0000 Subject: [PATCH] problem.c: Fix tabbing/indenting from Andreas. --- e2fsck/problem.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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, -- 1.8.3.1