From 550d50a7a1c917076bd1927667f708f2b87b55e1 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 7 May 2012 14:58:32 +0000 Subject: [PATCH] ib_srpt: Adjust source code indentation (this is a whitespace-only change) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@4288 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 2477a1234..9d3758aa7 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -1296,7 +1296,7 @@ static void srpt_put_send_ioctx(struct srpt_send_ioctx *ioctx) * @context: Preferred execution context. */ static void srpt_abort_cmd(struct srpt_send_ioctx *ioctx, - enum scst_exec_context context) + enum scst_exec_context context) { struct scst_cmd *scmnd; enum srpt_command_state state;