From e8d0a3afb0c27bdedf3eeab4ddfe5babe212bd8d Mon Sep 17 00:00:00 2001 From: Prakash Surya Date: Wed, 14 Nov 2012 11:38:48 -0800 Subject: [PATCH] LU-1934 ofd: Fix a mis-aligned closing brace This is a trivial change to correctly align a closing brace with its open brace and code block. Signed-off-by: Prakash Surya Change-Id: I1206211b0485ea6dac54dbc6f6e3acbcf8443837 Reviewed-on: http://review.whamcloud.com/4582 Tested-by: Hudson Reviewed-by: Mike Pershin Reviewed-by: Andreas Dilger --- lustre/ofd/ofd_obd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ofd/ofd_obd.c b/lustre/ofd/ofd_obd.c index 29592a9..471b541 100644 --- a/lustre/ofd/ofd_obd.c +++ b/lustre/ofd/ofd_obd.c @@ -1204,7 +1204,7 @@ int ofd_create(const struct lu_env *env, struct obd_export *exp, created, diff + created, created / DISK_TIMEOUT); break; - } + } rc = ofd_precreate_objects(env, ofd, next_id, oa->o_seq, count); -- 1.8.3.1