Remove leading spaces before 'tab' char.

>From 3eab8be150e85731e2d4bf6cfb4dbb63fc663a8c Mon Sep 17 00:00:00 2001
From: Mark Harvey <[EMAIL PROTECTED]>
Date: Fri, 30 May 2008 17:47:10 +1000
Subject: Remove leading spaces.

Signed-off-by: Mark Harvey <[EMAIL PROTECTED]>
---
 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



_______________________________________________
Stgt-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/stgt-devel

Reply via email to