Commit df47bd43 authored by Anil Belur's avatar Anil Belur Committed by Greg Kroah-Hartman
Browse files

staging: lustre: lclient: glimpse.c fixing coding style issues



Fixed "ERROR: need consistent spacing around '+' (ctx:WxV)"

Signed-off-by: default avatarAnil Belur <askb23@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e72f412b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ static int cl_io_get(struct inode *inode, struct lu_env **envout,
			io->ci_obj = clob;
			*envout = env;
			*ioout  = io;
			result = +1;
			result = 1;
		} else
			result = PTR_ERR(env);
	} else