Remove leading spaces.

Mark Harvey markh794
Fri May 30 09:47:10 CEST 2008


Signed-off-by: Mark Harvey <markh794 at gmail.com>
---
 usr/tgtd.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr/tgtd.h b/usr/tgtd.h
index 36bc0d6..2f128f6 100644
--- a/usr/tgtd.h
+++ b/usr/tgtd.h
@@ -58,8 +58,8 @@ struct lu_phy_attr {
 
 	uint16_t version_desc[VERSION_DESCRIPTOR_LEN];
 
- 	char device_type;	/* Peripheral device type */
- 	char qualifier;		/* Peripheral Qualifier */
+	char device_type;	/* Peripheral device type */
+	char qualifier;		/* Peripheral Qualifier */
 	char removable;		/* Removable media */
 	char online;		/* Logical Unit online */
 	char sense_format;	/* Descrptor format sense data supported */
-- 
1.5.2.5






More information about the stgt mailing list