From cd429f04e581933fb30a70264b228c751dca9112 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 9 Jun 2015 13:49:06 +0000 Subject: [PATCH] scst.h: Use tabs for indentation git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6228 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index 6038d6917..513195600 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -808,7 +808,7 @@ enum scst_dif_actions { SCST_DIF_CHECK_APP_TAG = 2, SCST_DIF_CHECK_REF_TAG = 4, #define SCST_DIF_CHECKS_MASK (SCST_DIF_CHECK_GUARD_TAG|SCST_DIF_CHECK_APP_TAG| \ - SCST_DIF_CHECK_REF_TAG) + SCST_DIF_CHECK_REF_TAG) #define SCST_DIF_ACTION_SHIFT 4 /* How to handle PI */