From a9db8027312b8bee44825eff9ebfd7e278a67af8 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 20 May 2009 16:44:23 +0000 Subject: [PATCH] Removed a trailing tab. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@867 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index 9f60168bd..7790b1698 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -2479,7 +2479,7 @@ int scst_get_cdb_len(const uint8_t *cdb) static int get_trans_cdb_len_10(struct scst_cmd *cmd, uint8_t off) { - cmd->cdb_len = 10; + cmd->cdb_len = 10; cmd->bufflen = 0; return 0; }