From c2020a81b42893d305362b32f6a8596a563cf45a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 27 Apr 2014 06:26:29 +0000 Subject: [PATCH] scst_const.h: Fix a checkpatch complaint about whitespace Avoid that checkpatch reports the following warning message: WARNING: please, no space before tabs git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5484 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst_const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/include/scst_const.h b/scst/include/scst_const.h index 3ce1393d8..de3dd38be 100644 --- a/scst/include/scst_const.h +++ b/scst/include/scst_const.h @@ -495,7 +495,7 @@ enum { /************************************************************* ** Values for the control mode page TST field *************************************************************/ -#define SCST_TST_0_SINGLE_TASK_SET 0 +#define SCST_TST_0_SINGLE_TASK_SET 0 #define SCST_TST_1_SEP_TASK_SETS 1 /*******************************************************************