From: Prakash Surya Date: Wed, 14 Nov 2012 19:38:48 +0000 (-0800) Subject: LU-1934 ofd: Fix a mis-aligned closing brace X-Git-Tag: 2.3.55~3 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=e8d0a3afb0c27bdedf3eeab4ddfe5babe212bd8d 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 --- 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);