From: wangdi Date: Tue, 16 Sep 2008 21:51:53 +0000 (+0000) Subject: Branch: b1_8_gate X-Git-Tag: v1_7_100~1^272 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=1bcff139e7ffdbb3b5b034f99b232358e9a16c6c;p=fs%2Flustre-release.git Branch: b1_8_gate tab->space fixes --- diff --git a/lustre/obdclass/llog_test.c b/lustre/obdclass/llog_test.c index c6574d7..6721a7e 100644 --- a/lustre/obdclass/llog_test.c +++ b/lustre/obdclass/llog_test.c @@ -258,7 +258,7 @@ static int llog_test_3(struct obd_device *obd, struct llog_handle *llh) if (rc) { if (rc == -ENOSPC) { break; - } else { + } else { CERROR("3c: write recs failed at #%d: %d\n", i + 1, rc); RETURN(rc);