scst.h: Use tabs for indentation

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6228 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-06-09 13:49:06 +00:00
parent 253da8189d
commit cd429f04e5

View File

@@ -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 */