[openib-general] [PATCH TRIVIAL] opensm: remove some repeated tabs

Sasha Khapyorsky sashak at voltaire.com
Mon Nov 20 15:43:23 PST 2006


Remove repeated tabs in osm_ucast_mgr_t struct definition.

Signed-off-by: Sasha Khapyorsky <sashak at voltaire.com>
---
 osm/include/opensm/osm_ucast_mgr.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/osm/include/opensm/osm_ucast_mgr.h b/osm/include/opensm/osm_ucast_mgr.h
index 1c10abb..6429036 100644
--- a/osm/include/opensm/osm_ucast_mgr.h
+++ b/osm/include/opensm/osm_ucast_mgr.h
@@ -101,10 +101,10 @@ BEGIN_C_DECLS
 */
 typedef struct _osm_ucast_mgr
 {
-	osm_subn_t					*p_subn;
-	osm_req_t					*p_req;
-	osm_log_t					*p_log;
-	cl_plock_t					*p_lock;
+	osm_subn_t	*p_subn;
+	osm_req_t	*p_req;
+	osm_log_t	*p_log;
+	cl_plock_t	*p_lock;
 } osm_ucast_mgr_t;
 /*
 * FIELDS
-- 
1.4.4.g031c-dirty





More information about the general mailing list