From 09e34c0500747d582bf7cfc305f8a2eecf25438f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 13 Apr 2011 17:54:15 +0000 Subject: [PATCH] Removed spaces in front of tabs. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3383 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst_const.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scst/include/scst_const.h b/scst/include/scst_const.h index aba3d3f5b..2dc9e4a43 100644 --- a/scst/include/scst_const.h +++ b/scst/include/scst_const.h @@ -194,8 +194,8 @@ enum scst_cdb_flags { #ifdef CONFIG_SCST_TEST_IO_IN_SIRQ SCST_TEST_IO_IN_SIRQ_ALLOWED = 0x4000, #endif - SCST_SERIALIZED = 0x8000, - SCST_STRICTLY_SERIALIZED = 0x10000|SCST_SERIALIZED, + SCST_SERIALIZED = 0x8000, + SCST_STRICTLY_SERIALIZED = 0x10000|SCST_SERIALIZED, }; /*************************************************************